mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-24 04:42:01 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -4,7 +4,7 @@
|
|||
{
|
||||
'name': 'Accounting - MRP',
|
||||
'version': '1.0',
|
||||
'category': 'Manufacturing/Manufacturing',
|
||||
'category': 'Supply Chain/Manufacturing',
|
||||
'summary': 'Analytic accounting in Manufacturing',
|
||||
'description': """
|
||||
Analytic Accounting in MRP
|
||||
|
|
@ -22,14 +22,24 @@ If the automated inventory valuation is active, the necessary accounting entries
|
|||
"data": [
|
||||
'security/ir.model.access.csv',
|
||||
"views/product_views.xml",
|
||||
"views/mrp_bom_views.xml",
|
||||
"views/mrp_production_views.xml",
|
||||
"views/analytic_account_views.xml",
|
||||
"views/account_move_views.xml",
|
||||
"views/mrp_workcenter_views.xml",
|
||||
"report/report_mrp_templates.xml",
|
||||
"wizard/mrp_wip_accounting.xml",
|
||||
],
|
||||
'demo': [
|
||||
'data/mrp_account_demo.xml',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
'mrp_account/static/src/**/*',
|
||||
],
|
||||
},
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
'post_init_hook': '_configure_journals',
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue