19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:30:07 +01:00
parent ba20ce7443
commit 768b70e05e
2357 changed files with 1057103 additions and 712486 deletions

View file

@ -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',
}