fix manifest file
This commit is contained in:
parent
086eb52c83
commit
c5cd69b33a
@ -29,16 +29,12 @@ Technical Details:
|
|||||||
* Extends quality.check to prevent state resets for receipt operations
|
* Extends quality.check to prevent state resets for receipt operations
|
||||||
* Maintains full compatibility with standard Odoo quality control workflows
|
* Maintains full compatibility with standard Odoo quality control workflows
|
||||||
""",
|
""",
|
||||||
'author': 'Your Company',
|
'author': 'Suherdy Yacob',
|
||||||
'website': 'https://www.yourcompany.com',
|
|
||||||
'license': 'LGPL-3',
|
'license': 'LGPL-3',
|
||||||
'depends': [
|
'depends': [
|
||||||
'stock',
|
'stock',
|
||||||
'quality_control',
|
'quality_control',
|
||||||
],
|
],
|
||||||
'data': [
|
|
||||||
'security/ir.model.access.csv',
|
|
||||||
],
|
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'application': False,
|
'application': False,
|
||||||
'auto_install': False,
|
'auto_install': False,
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
|
||||||
|
Loading…
Reference in New Issue
Block a user