[IMP] pre-commit: first run on whole repo

This commit is contained in:
Kevin Khao
2021-11-26 18:54:38 +03:00
parent a04b8980e1
commit 167aefee13
289 changed files with 6020 additions and 4170 deletions

View File

@@ -3,12 +3,12 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Product Manager Group',
'version': '14.0.1.0.0',
'category': 'Hidden',
'license': 'AGPL-3',
'summary': 'Add a group Product Manager',
'description': """
"name": "Product Manager Group",
"version": "14.0.1.0.0",
"category": "Hidden",
"license": "AGPL-3",
"summary": "Add a group Product Manager",
"description": """
Product Manager Group
=====================
@@ -16,12 +16,12 @@ This module adds a group Product Manager. This group used to exist in older vers
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['product'],
'data': [
'security/product_security.xml',
'security/ir.model.access.csv',
],
'installable': True,
"author": "Akretion",
"website": "https://github.com/OCA/odoo-usability",
"depends": ["product"],
"data": [
"security/product_security.xml",
"security/ir.model.access.csv",
],
"installable": True,
}

View File

@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="group_product_manager" model="res.groups">
<field name="name">Product Manager</field>
<field name="users" eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"/>
<field
name="users"
eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"
/>
</record>
</odoo>