mirror of
https://github.com/bringout/oca-ocb-test.git
synced 2026-04-22 09:42:04 +02:00
19.0 vanilla
This commit is contained in:
parent
38c6088dcc
commit
d9452d2060
243 changed files with 30797 additions and 10815 deletions
|
|
@ -5,8 +5,8 @@ from odoo import fields, models
|
|||
|
||||
|
||||
class ResourceTest(models.Model):
|
||||
_description = 'Test Resource Model'
|
||||
_name = 'resource.test'
|
||||
_description = 'Test Resource Model'
|
||||
_inherit = ['resource.mixin']
|
||||
|
||||
name = fields.Char()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue