Skip to content

Commit fc241cf

Browse files
committed
[REF] move create_recursive_mixin in dedicated modules
1 parent d19322d commit fc241cf

File tree

3 files changed

+3
-26
lines changed

3 files changed

+3
-26
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
from . import custom_import_create_recursive_mixin
21
from . import custom_import_mixin
32
from . import res_partner

grap_custom_import_base/models/custom_import_create_recursive_mixin.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

grap_custom_import_base/readme/DESCRIPTION.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ It provides generic tools for that purpose, and improve imports for some models.
44

55
* ``res.partner``:
66

7-
* Prevent to create duplicates regarding ``name`` and ``vat`` fields.
7+
* Prevent to create duplicates regarding ``name`` and ``vat`` fields.
8+
9+
TO FINISH

0 commit comments

Comments
 (0)