Skip to content

Commit

Permalink
release 16.0.8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RUS authored and RUS committed Aug 30, 2024
1 parent 41ec9ef commit 2fc816a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bad_connector_woocommerce/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Odoo Woocommerce Connector",
"version": "16.0.8.0.3",
"version": "16.0.8.0.4",
"category": "Connector",
"author": "BizzAppDev Systems Pvt. Ltd.",
"website": "http://www.bizzappdev.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class ProductTemplate(models.Model):
)

variant_different = fields.Boolean()
default_code = fields.Char(compute=False, inverse=False)


class WooProductTemplate(models.Model):
Expand Down
2 changes: 1 addition & 1 deletion grouped_product_bad_connector_woocommerce/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Grouped Product Odoo Woocommerce Connector",
"version": "16.0.8.0.3",
"version": "16.0.8.0.4",
"category": "Connector",
"author": "BizzAppDev Systems Pvt. Ltd.",
"website": "http://www.bizzappdev.com",
Expand Down

0 comments on commit 2fc816a

Please sign in to comment.