[MIG] base_company_extension to v14

product_usability: add seller_id field
base_usability: write/create rights on res.partner.title to base.group_system (instead of partner manager)
sale_stock_usability: move warehouse_id to top
stock_usabiluty: type on product set to 'product' by default
This commit is contained in:
Alexis de Lattre
2020-12-15 18:34:20 +01:00
parent 6682c9e048
commit a90965109d
12 changed files with 30 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ This module has been written by Alexis de Lattre <alexis.delattre@akretion.com>
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['base'],
'depends': ['contacts'],
'data': ['views/res_partner.xml'],
'installable': True,
}