Port base_usability, sale_usability, sale_stock_usability to v10

This commit is contained in:
Alexis de Lattre
2016-10-27 09:33:15 +02:00
committed by Raphaël Valyi
parent 3bde97db3f
commit 6d887f79cf
12 changed files with 73 additions and 230 deletions

View File

@@ -5,8 +5,7 @@
-->
<openerp>
<data noupdate="1">
<odoo noupdate="1">
<!-- This group is used to hide menu entries to everybody,
so you should not put any user in this group. It is used
@@ -20,5 +19,4 @@ common to have several users that belong to this group -->
<field name="name">Nobody (used to hide native menus)</field>
</record>
</data>
</openerp>
</odoo>

View File

@@ -2,3 +2,4 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
base.access_res_country_group_user,Full access on res.country to Settings group,base.model_res_country,base.group_system,1,1,1,1
base.access_res_country_state_group_user,Full access on res.country.state to Settings group,base.model_res_country_state,base.group_system,1,1,1,1
base.access_res_country_group_group_user,Full access on res.country.group to Settings group,base.model_res_country_group,base.group_system,1,1,1,1
base.access_res_partner_title_group_user,Full access on res.partner.title,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_country_group_user Full access on res.country to Settings group base.model_res_country base.group_system 1 1 1 1
3 base.access_res_country_state_group_user Full access on res.country.state to Settings group base.model_res_country_state base.group_system 1 1 1 1
4 base.access_res_country_group_group_user Full access on res.country.group to Settings group base.model_res_country_group base.group_system 1 1 1 1
5 base.access_res_partner_title_group_user Full access on res.partner.title base.model_res_partner_title base.group_system 1 1 1 1