Skip to content

Commit

Permalink
[FIX] archivos
Browse files Browse the repository at this point in the history
  • Loading branch information
szalatyzuzanna committed Sep 19, 2024
1 parent 3ef4255 commit 9ffad72
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 28 deletions.
4 changes: 0 additions & 4 deletions bc3_importer/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
from . import bc3_version

# from . import bc3_file
from . import sale_order

# from . import product_product
10 changes: 0 additions & 10 deletions bc3_importer/models/bc3_file.py

This file was deleted.

14 changes: 0 additions & 14 deletions bc3_importer/models/product_product.py

This file was deleted.

1 change: 1 addition & 0 deletions bc3_importer/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class SaleOrder(models.Model):
bc3_certification_date = fields.Date("Certification date")
bc3_base_url = fields.Char("Base url")


class SaleOrderLine(models.Model):
_inherit = "sale.order.line"
code = fields.Char("Code")
Expand Down

0 comments on commit 9ffad72

Please sign in to comment.