mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[FIX] Forgot fixes
This commit is contained in:
@@ -14,12 +14,12 @@ class IrActionsReport(models.Model):
|
|||||||
|
|
||||||
property_printing_action_id = fields.Many2one(
|
property_printing_action_id = fields.Many2one(
|
||||||
comodel_name='printing.action',
|
comodel_name='printing.action',
|
||||||
string='Action',
|
string='Default Behaviour',
|
||||||
company_dependent=True,
|
company_dependent=True,
|
||||||
)
|
)
|
||||||
printing_printer_id = fields.Many2one(
|
printing_printer_id = fields.Many2one(
|
||||||
comodel_name='printing.printer',
|
comodel_name='printing.printer',
|
||||||
string='Printer'
|
string='Default Printer'
|
||||||
)
|
)
|
||||||
printing_action_ids = fields.One2many(
|
printing_action_ids = fields.One2many(
|
||||||
comodel_name='printing.report.xml.action',
|
comodel_name='printing.report.xml.action',
|
||||||
|
|||||||
Reference in New Issue
Block a user