mirror of
https://github.com/bringout/oca-ocb-l10n_asia-pacific.git
synced 2026-04-27 21:21:59 +02:00
7 lines
179 B
Python
7 lines
179 B
Python
from odoo import fields, models
|
|
|
|
|
|
class ResCompany(models.Model):
|
|
_inherit = 'res.company'
|
|
|
|
has_position_column = fields.Boolean(string="Show Position Column in Reports")
|