From 4414569b59fc91b7f4286748852b77e986697326 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 29 May 2024 15:20:48 +0700 Subject: add field shipping method --- fixco_custom/models/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fixco_custom/models/__init__.py') diff --git a/fixco_custom/models/__init__.py b/fixco_custom/models/__init__.py index 4c58886..30fb10d 100644 --- a/fixco_custom/models/__init__.py +++ b/fixco_custom/models/__init__.py @@ -1 +1,2 @@ -from . import res_partner \ No newline at end of file +from . import partner +from . import sale -- cgit v1.2.3