Point of Sale mailing list archives

pos@odoo-community.org

Avatar

Re: [OCA/pos] [IMP][13.0] pos_empty_home : Make it configurable and simplify code (#642)

by "Iván Todorovich" <notifications@github.com> - 02/06/2021 14:58:01

@ivantodorovich commented on this pull request.


In pos_empty_home/models/pos_config.py:

> @@ -0,0 +1,14 @@

+# Copyright 2021 Iván Todorovich <ivan.todorovich@gmail.com>

+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

+

+from odoo import fields, models

+

+

+class PosConfig(models.Model):

+    _inherit = "pos.config"

+

+    iface_empty_home = fields.Boolean(

Thanks !


You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.