[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

@@ -13,6 +13,7 @@
'depends': ['base'],
'data': [
'security/group.xml',
'security/ir.model.access.csv',
'views/res_partner.xml',
'views/res_partner_bank.xml',
'views/res_country.xml',

View File

@@ -0,0 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
base.access_res_partner_title_group_user,Full access on res.partner.title to Settings group (instead of partner manager by default),base.model_res_partner_title,base.group_system,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 base.access_res_partner_title_group_user Full access on res.partner.title to Settings group (instead of partner manager by default) base.model_res_partner_title base.group_system 1 1 1 1