mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-22 09:22:07 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -13,12 +13,12 @@ result = res
|
|||
|
||||
|
||||
class AccountingAssertTest(models.Model):
|
||||
_name = "accounting.assert.test"
|
||||
_name = 'accounting.assert.test'
|
||||
_description = 'Accounting Assert Test'
|
||||
_order = "sequence"
|
||||
|
||||
name = fields.Char(string='Test Name', required=True, index=True, translate=True)
|
||||
desc = fields.Text(string='Test Description', index=True, translate=True)
|
||||
name = fields.Char(string='Test Name', required=True, translate=True)
|
||||
desc = fields.Text(string='Test Description', translate=True)
|
||||
code_exec = fields.Text(string='Python code', required=True, default=CODE_EXEC_DEFAULT)
|
||||
active = fields.Boolean(default=True)
|
||||
sequence = fields.Integer(default=10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue