Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][IMP] connector_oxigesti: add product attributes and lot info #300

Conversation

eantones
Copy link
Member

@eantones eantones commented Sep 16, 2023

Supersedes #298

-- Lots
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Lotes add Fabricante nvarchar(50) NULL;
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Lotes add Peso float NULL;
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Lotes add FechaFabricacion date NULL;
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Lotes add FechaRetimbrado date NULL;
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Lotes add FechaProximoRetimbrado date NULL;
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Lotes add FechaCaducidad date NULL;

-- Products
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Generales add Diametro float NULL;
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Generales add ColorOjiva nvarchar(50) NULL;
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Generales add AlojamientoValvula nvarchar(20) NULL;
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Generales add Base nvarchar(20) NULL;
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Generales add CapacidadGeometrica float NULL;
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Generales add ColorCuerpo nvarchar(20) NULL;
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Generales add PresionPrueba float NULL;
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Generales add RoscaCollarinParaTulipa nvarchar(50) NULL;
alter table OXIDATOS_SQL.dbo.Odoo_Articulos_Generales add TipoAleacion nvarchar(20) NULL;

@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Merging #300 (b56a65d) into 14.0 (487b8aa) will increase coverage by 0.03%.
The diff coverage is 54.83%.

@@            Coverage Diff             @@
##             14.0     #300      +/-   ##
==========================================
+ Coverage   47.22%   47.26%   +0.03%     
==========================================
  Files         720      721       +1     
  Lines       11544    11573      +29     
  Branches     2478     2485       +7     
==========================================
+ Hits         5452     5470      +18     
- Misses       5969     5983      +14     
+ Partials      123      120       -3     
Files Changed Coverage Δ
...nnector_oxigesti/models/product_product/adapter.py 100.00% <ø> (ø)
...or_oxigesti/models/stock_production_lot/adapter.py 100.00% <ø> (ø)
...r_oxigesti/models/product_product/export_mapper.py 47.61% <14.28%> (-6.67%) ⬇️
...gesti/models/stock_production_lot/import_mapper.py 33.33% <27.27%> (-1.81%) ⬇️
...ector_oxigesti/models/oxigesti_backend/__init__.py 100.00% <100.00%> (ø)
.../oxigesti_backend/backend_product_attribute_map.py 100.00% <100.00%> (ø)
...nnector_oxigesti/models/oxigesti_backend/common.py 42.06% <100.00%> (+0.40%) ⬆️
...or_oxigesti/models/stock_production_lot/binding.py 39.62% <100.00%> (ø)
...gesti/models/stock_production_lot/export_mapper.py 55.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

@eantones eantones force-pushed the 14.0-imp-connector_oxigesti-add_product_attributes_lot_info branch 4 times, most recently from 94a0ab0 to e293eb6 Compare September 16, 2023 18:03
@eantones eantones force-pushed the 14.0-imp-connector_oxigesti-add_product_attributes_lot_info branch from e293eb6 to ea8eeb0 Compare September 16, 2023 18:10
@FrankC013 FrankC013 force-pushed the 14.0-imp-connector_oxigesti-add_product_attributes_lot_info branch from ea8eeb0 to b56a65d Compare September 22, 2023 16:02
@FrankC013
Copy link
Contributor

Superseded #301

@FrankC013 FrankC013 closed this Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants