Skip to content

Commit

Permalink
[FIX] pos_partner_birthdate: 17.0 fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
rousemilano committed Nov 7, 2023
1 parent 3439326 commit f58c7c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions pos_partner_birthdate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
1 change: 0 additions & 1 deletion pos_partner_birthdate/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@
]
},
}

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @odoo-module **/

import {useState} from "@odoo/owl";
import {patch} from "@web/core/utils/patch";
import {PartnerDetailsEdit} from "@point_of_sale/app/screens/partner_list/partner_editor/partner_editor";
Expand All @@ -12,4 +13,3 @@ patch(PartnerDetailsEdit.prototype, {
});
},
});

0 comments on commit f58c7c2

Please sign in to comment.