mirror of
https://github.com/SARL-PACIFIC-ERP/odoo-sh-test.git
synced 2025-06-25 09:32:22 +00:00
update readme and manifest
This commit is contained in:
parent
809cf2801f
commit
3c6fda81a5
|
@ -1 +1,3 @@
|
|||
# odoo-sh-test
|
||||
# odoo-sh-test
|
||||
|
||||
First steps with Odoo.sh, going through the [Developer tutorial](https://www.odoo.com/documentation/17.0/developer/tutorials)
|
|
@ -4,6 +4,7 @@
|
|||
'category': 'Tutorials/Estate',
|
||||
'application': True,
|
||||
'installable': True,
|
||||
'author': 'Matt Marcha',
|
||||
'depends': [
|
||||
'base',
|
||||
],
|
||||
|
@ -13,5 +14,5 @@
|
|||
'views/estate_menus_view.xml',
|
||||
'security/ir.model.access.csv'
|
||||
],
|
||||
'license': 'LGPL-3',
|
||||
'license': 'AGPL-3',
|
||||
}
|
Loading…
Reference in a new issue