onoma 0.2.1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.gitignore +3 -0
- data/.gitlab-ci.yml +14 -0
- data/Gemfile +2 -0
- data/Rakefile +3 -6
- data/bin/rake +29 -0
- data/config/locales/arb.yml +77 -293
- data/config/locales/cmn.yml +69 -193
- data/config/locales/deu.yml +61 -1113
- data/config/locales/eng.yml +3146 -2987
- data/config/locales/fra.yml +629 -478
- data/config/locales/ita.yml +63 -1168
- data/config/locales/jpn.yml +80 -232
- data/config/locales/por.yml +63 -975
- data/config/locales/spa.yml +70 -616
- data/db/migrate/20170904223101_add_cultivable_zone_registry.xml +4 -0
- data/db/migrate/20171106085357_update_account_numbers.xml +431 -0
- data/db/migrate/20171212081801_add_fiscal_positions.xml +12 -0
- data/db/migrate/20180408190101_add_new_plant_variants.xml +7 -0
- data/db/migrate/20180409130101_add_common_crop.xml +4 -0
- data/db/migrate/20180418085027_add-hour-counter-indicator.xml +9 -0
- data/db/migrate/20180709134310_add_centralizing_field_to_accounts.xml +22 -0
- data/db/migrate/20180711093131_review_all_accounts_number_and_fallbacks.xml +431 -0
- data/db/migrate/20180806080646_edit_centralizing_field_accounts.xml +17 -0
- data/db/migrate/20180814184001_add_missing_categories.xml +12 -0
- data/db/migrate/20180907160001_edit_accounts_to_unlock_first_run.xml +21 -0
- data/db/migrate/20181004220301_add_journal_ledger.xml +4 -0
- data/db/migrate/20181205162401_add_intra_vat.xml +6 -0
- data/db/migrate/20181213153405_fix_accounting_systems.xml +7 -0
- data/db/migrate/20181217155149_fiscal_position_refers_to_accounting_system.xml +10 -0
- data/db/migrate/20181217173101_fiscal_position_reference_typo.xml +4 -0
- data/db/migrate/20190315154040_add_suspense_account.xml +4 -0
- data/db/migrate/20190326110849_add_asset_fixable_to_product_nature_categories.xml +25 -0
- data/db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml +21 -0
- data/db/migrate/20190329133808_change_land_fixed_assets_account_usage.xml +7 -0
- data/db/migrate/20190405120711_delete_land_sales_account_and_assign_land_parcels_sell_revenues_to_land.xml +5 -0
- data/db/migrate/20190412071057_add_new_fixed_assets_andn_depreciable_accounts.xml +22 -0
- data/db/migrate/20190509092804_add_account_exceptional_depreciations_imputations_expenses_for_fixed_assets.xml +4 -0
- data/db/migrate/20190514084753_add_approved_input_volume.xml +9 -0
- data/db/migrate/20190520072403_add_new_accounts.xml +58 -0
- data/db/migrate/20190521170601_add_missing_taxes.xml +7 -0
- data/db/migrate/20190611101014_change_deductible_vat_account.xml +5 -0
- data/db/migrate/20190620092151_fix_conflicts_in_new_accounts.xml +6 -0
- data/db/migrate/20190625152636_change_mixture_seed_product_nature_variant.xml +4 -0
- data/db/migrate/20190718130243_remove_services_expenses.xml +5 -0
- data/db/migrate/20190801142431_remove_accounts_from_pcg82.xml +5 -0
- data/db/migrate/20190807125202_add_nature_to_product_natures.xml +326 -0
- data/db/migrate/20190823091727_fix-cubic-meter-per-hectare-symbol.xml +5 -0
- data/db/migrate/20190909150402_add_staff_supply_stock_account.xml +4 -0
- data/db/migrate/20190913102036_add_caliber_indicator.xml +4 -0
- data/db/migrate/20190917161215_add_missing_mass_area_density_units.xml +21 -0
- data/db/migrate/20190917161216_update_quintal_symbol.xml +4 -0
- data/db/migrate/20190917161217_adds_more_info_to_units.xml +133 -0
- data/db/migrate/20190918074757_add_new_accounts.xml +8 -0
- data/db/migrate/20191001122750_add_accounts_fixed_assets_related.xml +10 -0
- data/db/migrate/20191016152118_add_missing_document_templates.xml +6 -0
- data/db/migrate/20191028175001_add_short_balance_sheet.xml +4 -0
- data/db/migrate/20191029131921_add_vine_equipments.xml +117 -0
- data/db/migrate/20191112132413_remove_roller_from_product_natures.xml +5 -0
- data/db/migrate/20191113134626_add_nature_to_new_product_natures.xml +11 -0
- data/db/migrate/20191125133327_add_missing_units_and_indicators.xml +5 -0
- data/db/migrate/20200107095554_add_signed_field_to_document_nature.xml +9 -0
- data/db/migrate/20200305160358_add_varieties_for_phytosanitary.xml +11 -0
- data/db/migrate/20200421123503_add_type_to_categories_and_variants.xml +1136 -0
- data/db/migrate/20200514092205_add_liter_per_hectoliter_unit.xml +4 -0
- data/db/migrate/20200722091859_triticale_derivative_of.xml +5 -0
- data/db/reference.xml +1934 -1676
- data/lib/onoma.rb +85 -22
- data/lib/onoma/item.rb +19 -3
- data/lib/onoma/migration/actions/base.rb +1 -5
- data/lib/onoma/migration/actions/item_change.rb +1 -5
- data/lib/onoma/migration/actions/item_creation.rb +2 -6
- data/lib/onoma/migration/actions/item_merging.rb +1 -5
- data/lib/onoma/migration/actions/item_removal.rb +1 -1
- data/lib/onoma/migration/actions/nomenclature_change.rb +1 -1
- data/lib/onoma/migration/actions/nomenclature_creation.rb +1 -1
- data/lib/onoma/migration/actions/nomenclature_removal.rb +1 -5
- data/lib/onoma/migration/actions/property_creation.rb +4 -4
- data/lib/onoma/migration/base.rb +38 -0
- data/lib/onoma/migrator.rb +13 -0
- data/lib/onoma/migrator/reference.rb +71 -0
- data/lib/onoma/migrator/translation.rb +76 -0
- data/lib/onoma/models/ability.rb +4 -0
- data/lib/onoma/models/account.rb +4 -0
- data/lib/onoma/models/accounting_system.rb +12 -0
- data/lib/onoma/models/activity_family.rb +4 -0
- data/lib/onoma/models/administrative_area.rb +4 -0
- data/lib/onoma/models/administrative_area_nature.rb +4 -0
- data/lib/onoma/models/analysis_nature.rb +4 -0
- data/lib/onoma/models/animal_life_state.rb +4 -0
- data/lib/onoma/models/cation_exchange_capacity_analysis_method.rb +4 -0
- data/lib/onoma/models/certification.rb +4 -0
- data/lib/onoma/models/certification_label.rb +4 -0
- data/lib/onoma/models/chemical_classification.rb +4 -0
- data/lib/onoma/models/chemical_element.rb +4 -0
- data/lib/onoma/models/country.rb +4 -0
- data/lib/onoma/models/crop_set.rb +4 -0
- data/lib/onoma/models/currency.rb +4 -0
- data/lib/onoma/models/delivery_mode.rb +4 -0
- data/lib/onoma/models/dimension.rb +4 -0
- data/lib/onoma/models/document_category.rb +4 -0
- data/lib/onoma/models/document_nature.rb +4 -0
- data/lib/onoma/models/entity_link_nature.rb +4 -0
- data/lib/onoma/models/event_nature.rb +4 -0
- data/lib/onoma/models/fence_perimeter.rb +4 -0
- data/lib/onoma/models/figure.rb +4 -0
- data/lib/onoma/models/fiscal_position.rb +4 -0
- data/lib/onoma/models/guide_nature.rb +4 -0
- data/lib/onoma/models/identifier_nature.rb +4 -0
- data/lib/onoma/models/indicator.rb +7 -0
- data/lib/onoma/models/issue_nature.rb +4 -0
- data/lib/onoma/models/land.rb +4 -0
- data/lib/onoma/models/language.rb +4 -0
- data/lib/onoma/models/mammalia_birth_condition.rb +4 -0
- data/lib/onoma/models/mammalia_reproduction_state.rb +4 -0
- data/lib/onoma/models/molecule.rb +4 -0
- data/lib/onoma/models/net_service.rb +4 -0
- data/lib/onoma/models/opportunity_origin.rb +4 -0
- data/lib/onoma/models/phosphorus_analysis_method.rb +4 -0
- data/lib/onoma/models/plant_life_state.rb +4 -0
- data/lib/onoma/models/plant_reproduction_state.rb +4 -0
- data/lib/onoma/models/plants_growth_level.rb +4 -0
- data/lib/onoma/models/procedure_action.rb +4 -0
- data/lib/onoma/models/procedure_category.rb +4 -0
- data/lib/onoma/models/procedure_nature.rb +4 -0
- data/lib/onoma/models/procedure_role.rb +4 -0
- data/lib/onoma/models/product_nature.rb +4 -0
- data/lib/onoma/models/product_nature_category.rb +4 -0
- data/lib/onoma/models/product_nature_variant.rb +4 -0
- data/lib/onoma/models/production_nature.rb +4 -0
- data/lib/onoma/models/production_system.rb +4 -0
- data/lib/onoma/models/production_usage.rb +4 -0
- data/lib/onoma/models/residue_elimination_method.rb +4 -0
- data/lib/onoma/models/role.rb +4 -0
- data/lib/onoma/models/running_cost.rb +4 -0
- data/lib/onoma/models/sex.rb +4 -0
- data/lib/onoma/models/soil_cultural_state.rb +4 -0
- data/lib/onoma/models/soil_nature.rb +4 -0
- data/lib/onoma/models/spatial_reference_system.rb +4 -0
- data/lib/onoma/models/tax.rb +4 -0
- data/lib/onoma/models/tax_nature.rb +4 -0
- data/lib/onoma/models/unit.rb +4 -0
- data/lib/onoma/models/variety.rb +31 -0
- data/lib/onoma/models/working_set.rb +4 -0
- data/lib/onoma/nomenclature.rb +19 -22
- data/lib/onoma/{database.rb → nomenclature_set.rb} +25 -57
- data/lib/onoma/{property.rb → property_nature.rb} +5 -8
- data/lib/onoma/record/base.rb +15 -0
- data/lib/onoma/reflection.rb +3 -3
- data/lib/onoma/version.rb +4 -2
- data/onoma.gemspec +19 -20
- metadata +156 -39
- data/lib/onoma/migration.rb +0 -122
- data/lib/onoma/migration/actions.rb +0 -9
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add units">
|
3
|
+
<item-creation item="units#gram_per_acre" dimension="mass_area_density" symbol="g/acre" a="0.00000024710538146" />
|
4
|
+
<item-creation item="units#gram_per_are" dimension="mass_area_density" symbol="g/a" a="0.00001" />
|
5
|
+
<item-creation item="units#gram_per_hectare" dimension="mass_area_density" symbol="g/ha" a="0.0000001" />
|
6
|
+
<item-creation item="units#gram_per_square_centimeter" dimension="mass_area_density" symbol="g/cm²" a="10.0" />
|
7
|
+
<item-creation item="units#kilogram_per_acre" dimension="mass_area_density" symbol="kg/acre" a="0.00024710538146" />
|
8
|
+
<item-creation item="units#kilogram_per_are" dimension="mass_area_density" symbol="kg/a" a="0.01" />
|
9
|
+
<item-creation item="units#kilogram_per_square_centimeter" dimension="mass_area_density" symbol="kg/cm²" a="10000.0" />
|
10
|
+
<item-creation item="units#quintal_per_acre" dimension="mass_area_density" symbol="qt/acre" a="0.024710538146" />
|
11
|
+
<item-creation item="units#quintal_per_are" dimension="mass_area_density" symbol="qt/a" a="1.0" />
|
12
|
+
<item-creation item="units#quintal_per_square_centimeter" dimension="mass_area_density" symbol="qt/cm²" a="1000000.0" />
|
13
|
+
<item-creation item="units#quintal_per_square_meter" dimension="mass_area_density" symbol="qt/m²" a="100.0" />
|
14
|
+
<item-creation item="units#ton_per_acre" dimension="mass_area_density" symbol="t/acre" a="0.24710538146" />
|
15
|
+
<item-creation item="units#ton_per_are" dimension="mass_area_density" symbol="t/a" a="10.0" />
|
16
|
+
<item-creation item="units#ton_per_square_centimeter" dimension="mass_area_density" symbol="t/cm" a="10000000.0" />
|
17
|
+
<item-creation item="units#ton_per_square_meter" dimension="mass_area_density" symbol="t/m²" a="1000.0" />
|
18
|
+
<item-creation item="units#thousand_per_square_meter" dimension="surface_area_density" symbol="k./m²" a="1000.0" />
|
19
|
+
<item-creation item="units#cubic_meter_per_square_meter" dimension="volume_area_density" symbol="m³/m²" a="1.0" />
|
20
|
+
<item-creation item="units#hectoliter_per_square_meter" dimension="volume_area_density" symbol="hl/m²" a="0.1" />
|
21
|
+
</migration>
|
@@ -0,0 +1,133 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Adds more info to units">
|
3
|
+
<property-creation property="units.base_dimension" type="string"/>
|
4
|
+
<property-creation property="units.repartition_dimension" type="item" choices="strings"/>
|
5
|
+
<property-creation property="units.base_unit" type="item" choices="units"/>
|
6
|
+
<property-creation property="units.repartition_unit" type="item" choices="units"/>
|
7
|
+
|
8
|
+
<item-change item="units#acre" base_unit="acre" base_dimension="surface_area" />
|
9
|
+
<item-change item="units#ampere" base_unit="ampere" base_dimension="electric_current" />
|
10
|
+
<item-change item="units#are" base_unit="are" base_dimension="surface_area" />
|
11
|
+
<item-change item="units#bar" base_unit="bar" base_dimension="pressure" />
|
12
|
+
<item-change item="units#billion" base_unit="billion" base_dimension="none" />
|
13
|
+
<item-change item="units#billion_per_gram" base_unit="billion" base_dimension="none" repartition_unit="gram" repartition_dimension="mass" />
|
14
|
+
<item-change item="units#billionth" base_unit="billionth" base_dimension="none" />
|
15
|
+
<item-change item="units#candela" base_unit="candela" base_dimension="luminous_intensity" />
|
16
|
+
<item-change item="units#celsius" base_unit="celsius" base_dimension="temperature" />
|
17
|
+
<item-change item="units#centiliter" base_unit="centiliter" base_dimension="volume" />
|
18
|
+
<item-change item="units#centiliter_per_hectoliter" base_unit="centiliter" base_dimension="volume" repartition_unit="hectoliter" repartition_dimension="volume" />
|
19
|
+
<item-change item="units#centiliter_per_liter" base_unit="centiliter" base_dimension="volume" repartition_unit="liter" repartition_dimension="volume" />
|
20
|
+
<item-change item="units#centimeter" base_unit="centimeter" base_dimension="distance" />
|
21
|
+
<item-change item="units#centimole" base_unit="centimole" base_dimension="amount_of_substance" />
|
22
|
+
<item-change item="units#centimole_per_kilogram" base_unit="centimole" base_dimension="amount_of_substance" repartition_unit="kilogram" repartition_dimension="mass" />
|
23
|
+
<item-change item="units#cubic_centimeter" base_unit="cubic_centimeter" base_dimension="volume" />
|
24
|
+
<item-change item="units#cubic_meter" base_unit="cubic_meter" base_dimension="volume" />
|
25
|
+
<item-change item="units#cubic_meter_per_hectare" base_unit="cubic_meter" base_dimension="volume" repartition_unit="hectare" repartition_dimension="surface_area" />
|
26
|
+
<item-change item="units#cubic_meter_per_hour" base_unit="cubic_meter" base_dimension="volume" repartition_unit="hour" repartition_dimension="time" />
|
27
|
+
<item-change item="units#cubic_meter_per_square_meter" base_unit="cubic_meter" base_dimension="volume" repartition_unit="square_meter" repartition_dimension="surface_area" />
|
28
|
+
<item-change item="units#day" base_unit="day" base_dimension="time" />
|
29
|
+
<item-change item="units#degree" base_unit="degree" base_dimension="angle" />
|
30
|
+
<item-change item="units#dozen" base_unit="dozen" base_dimension="none" />
|
31
|
+
<item-change item="units#english_horsepower" base_unit="english_horsepower" base_dimension="power" />
|
32
|
+
<item-change item="units#farenheit" base_unit="farenheit" base_dimension="temperature" />
|
33
|
+
<item-change item="units#french_horsepower" base_unit="french_horsepower" base_dimension="power" />
|
34
|
+
<item-change item="units#gradian" base_unit="gradian" base_dimension="angle" />
|
35
|
+
<item-change item="units#gram" base_unit="gram" base_dimension="mass" />
|
36
|
+
<item-change item="units#gram_per_acre" base_unit="gram" base_dimension="mass" repartition_unit="acre" repartition_dimension="surface_area" />
|
37
|
+
<item-change item="units#gram_per_are" base_unit="gram" base_dimension="mass" repartition_unit="are" repartition_dimension="surface_area" />
|
38
|
+
<item-change item="units#gram_per_hectare" base_unit="gram" base_dimension="mass" repartition_unit="hectare" repartition_dimension="surface_area" />
|
39
|
+
<item-change item="units#gram_per_hectoliter" base_unit="gram" base_dimension="mass" repartition_unit="hectoliter" repartition_dimension="volume" />
|
40
|
+
<item-change item="units#gram_per_kilogram" base_unit="gram" base_dimension="mass" repartition_unit="kilogram" repartition_dimension="mass" />
|
41
|
+
<item-change item="units#gram_per_liter" base_unit="gram" base_dimension="mass" repartition_unit="liter" repartition_dimension="volume" />
|
42
|
+
<item-change item="units#gram_per_square_centimeter" base_unit="gram" base_dimension="mass" repartition_unit="square_centimeter" repartition_dimension="surface_area" />
|
43
|
+
<item-change item="units#gram_per_square_meter" base_unit="gram" base_dimension="mass" repartition_unit="square_meter" repartition_dimension="surface_area" />
|
44
|
+
<item-change item="units#hectare" base_unit="hectare" base_dimension="surface_area" />
|
45
|
+
<item-change item="units#hectare_per_hour" base_unit="hectare" base_dimension="surface_area" repartition_unit="hour" repartition_dimension="time" />
|
46
|
+
<item-change item="units#hectoliter" base_unit="hectoliter" base_dimension="volume" />
|
47
|
+
<item-change item="units#hectoliter_per_hectare" base_unit="hectoliter" base_dimension="volume" repartition_unit="hectare" repartition_dimension="surface_area" />
|
48
|
+
<item-change item="units#hectoliter_per_square_meter" base_unit="hectoliter" base_dimension="volume" repartition_unit="square_meter" repartition_dimension="surface_area" />
|
49
|
+
<item-change item="units#hectopascal" base_unit="hectopascal" base_dimension="pressure" />
|
50
|
+
<item-change item="units#hour" base_unit="hour" base_dimension="time" />
|
51
|
+
<item-change item="units#hundred" base_unit="hundred" base_dimension="none" />
|
52
|
+
<item-change item="units#joule" base_unit="joule" base_dimension="energy" />
|
53
|
+
<item-change item="units#kelvin" base_unit="kelvin" base_dimension="temperature" />
|
54
|
+
<item-change item="units#kilogram" base_unit="kilogram" base_dimension="mass" />
|
55
|
+
<item-change item="units#kilogram_per_acre" base_unit="kilogram" base_dimension="mass" repartition_unit="acre" repartition_dimension="surface_area" />
|
56
|
+
<item-change item="units#kilogram_per_are" base_unit="kilogram" base_dimension="mass" repartition_unit="are" repartition_dimension="surface_area" />
|
57
|
+
<item-change item="units#kilogram_per_day" base_unit="kilogram" base_dimension="mass" repartition_unit="day" repartition_dimension="time" />
|
58
|
+
<item-change item="units#kilogram_per_hectare" base_unit="kilogram" base_dimension="mass" repartition_unit="hectare" repartition_dimension="surface_area" />
|
59
|
+
<item-change item="units#kilogram_per_hectoliter" base_unit="kilogram" base_dimension="mass" repartition_unit="hectoliter" repartition_dimension="volume" />
|
60
|
+
<item-change item="units#kilogram_per_liter" base_unit="kilogram" base_dimension="mass" repartition_unit="liter" repartition_dimension="volume" />
|
61
|
+
<item-change item="units#kilogram_per_second" base_unit="kilogram" base_dimension="mass" repartition_unit="second" repartition_dimension="time" />
|
62
|
+
<item-change item="units#kilogram_per_square_centimeter" base_unit="kilogram" base_dimension="mass" repartition_unit="square_centimeter" repartition_dimension="surface_area" />
|
63
|
+
<item-change item="units#kilogram_per_square_meter" base_unit="kilogram" base_dimension="mass" repartition_unit="square_meter" repartition_dimension="surface_area" />
|
64
|
+
<item-change item="units#kilometer" base_unit="kilometer" base_dimension="distance" />
|
65
|
+
<item-change item="units#kilometer_per_hour" base_unit="kilometer" base_dimension="distance" repartition_unit="hour" repartition_dimension="time" />
|
66
|
+
<item-change item="units#kilometer_per_second" base_unit="kilometer" base_dimension="distance" repartition_unit="second" repartition_dimension="time" />
|
67
|
+
<item-change item="units#kilopascal" base_unit="kilopascal" base_dimension="pressure" />
|
68
|
+
<item-change item="units#kilowatt" base_unit="kilowatt" base_dimension="power" />
|
69
|
+
<item-change item="units#kilowatt_hour" base_unit="kilowatt_hour" base_dimension="energy" />
|
70
|
+
<item-change item="units#liter" base_unit="liter" base_dimension="volume" />
|
71
|
+
<item-change item="units#liter_per_hectare" base_unit="liter" base_dimension="volume" repartition_unit="hectare" repartition_dimension="surface_area" />
|
72
|
+
<item-change item="units#liter_per_hour" base_unit="liter" base_dimension="volume" repartition_unit="hour" repartition_dimension="time" />
|
73
|
+
<item-change item="units#liter_per_minute" base_unit="liter" base_dimension="volume" repartition_unit="minute" repartition_dimension="time" />
|
74
|
+
<item-change item="units#liter_per_square_meter" base_unit="liter" base_dimension="volume" repartition_unit="square_meter" repartition_dimension="surface_area" />
|
75
|
+
<item-change item="units#mass_percent" base_unit="mass_percent" base_dimension="none" />
|
76
|
+
<item-change item="units#megawatt" base_unit="megawatt" base_dimension="power" />
|
77
|
+
<item-change item="units#meter" base_unit="meter" base_dimension="distance" />
|
78
|
+
<item-change item="units#meter_per_second" base_unit="meter" base_dimension="distance" repartition_unit="second" repartition_dimension="time" />
|
79
|
+
<item-change item="units#microgram" base_unit="microgram" base_dimension="mass" />
|
80
|
+
<item-change item="units#microgram_per_liter" base_unit="microgram" base_dimension="mass" repartition_unit="liter" repartition_dimension="volume" />
|
81
|
+
<item-change item="units#milliampere" base_unit="milliampere" base_dimension="electric_current" />
|
82
|
+
<item-change item="units#milliequivalent" base_unit="milliequivalent" base_dimension="amount_of_substance" />
|
83
|
+
<item-change item="units#milliequivalent_per_hundred_gram" base_unit="milliequivalent" base_dimension="amount_of_substance" repartition_unit="hundred_gram" />
|
84
|
+
<item-change item="units#milligram" base_unit="milligram" base_dimension="mass" />
|
85
|
+
<item-change item="units#milligram_per_kilogram" base_unit="milligram" base_dimension="mass" repartition_unit="kilogram" repartition_dimension="mass" />
|
86
|
+
<item-change item="units#milligram_per_liter" base_unit="milligram" base_dimension="mass" repartition_unit="liter" repartition_dimension="volume" />
|
87
|
+
<item-change item="units#milliliter" base_unit="milliliter" base_dimension="volume" />
|
88
|
+
<item-change item="units#milliliter_per_liter" base_unit="milliliter" base_dimension="volume" repartition_unit="liter" repartition_dimension="volume" />
|
89
|
+
<item-change item="units#millimeter" base_unit="millimeter" base_dimension="distance" />
|
90
|
+
<item-change item="units#millimeter_per_hour" base_unit="millimeter" base_dimension="distance" repartition_unit="hour" repartition_dimension="time" />
|
91
|
+
<item-change item="units#million" base_unit="million" base_dimension="none" />
|
92
|
+
<item-change item="units#million_per_hectare" base_unit="million" base_dimension="none" repartition_unit="hectare" repartition_dimension="surface_area" />
|
93
|
+
<item-change item="units#million_per_liter" base_unit="million" base_dimension="none" repartition_unit="liter" repartition_dimension="volume" />
|
94
|
+
<item-change item="units#millionth" base_unit="millionth" base_dimension="none" />
|
95
|
+
<item-change item="units#millisecond" base_unit="millisecond" base_dimension="time" />
|
96
|
+
<item-change item="units#minute" base_unit="minute" base_dimension="time" />
|
97
|
+
<item-change item="units#mole" base_unit="mole" base_dimension="amount_of_substance" />
|
98
|
+
<item-change item="units#mole_per_kilogram" base_unit="mole" base_dimension="amount_of_substance" repartition_unit="kilogram" repartition_dimension="mass" />
|
99
|
+
<item-change item="units#parts_per_million" base_unit="parts" base_dimension="" repartition_unit="million" repartition_dimension="none" />
|
100
|
+
<item-change item="units#pascal" base_unit="pascal" base_dimension="pressure" />
|
101
|
+
<item-change item="units#percent" base_unit="percent" base_dimension="none" />
|
102
|
+
<item-change item="units#quintal" base_unit="quintal" base_dimension="mass" />
|
103
|
+
<item-change item="units#quintal_per_acre" base_unit="quintal" base_dimension="mass" repartition_unit="acre" repartition_dimension="surface_area" />
|
104
|
+
<item-change item="units#quintal_per_are" base_unit="quintal" base_dimension="mass" repartition_unit="are" repartition_dimension="surface_area" />
|
105
|
+
<item-change item="units#quintal_per_hectare" base_unit="quintal" base_dimension="mass" repartition_unit="hectare" repartition_dimension="surface_area" />
|
106
|
+
<item-change item="units#quintal_per_square_centimeter" base_unit="quintal" base_dimension="mass" repartition_unit="square_centimeter" repartition_dimension="surface_area" />
|
107
|
+
<item-change item="units#quintal_per_square_meter" base_unit="quintal" base_dimension="mass" repartition_unit="square_meter" repartition_dimension="surface_area" />
|
108
|
+
<item-change item="units#radian" base_unit="radian" base_dimension="angle" />
|
109
|
+
<item-change item="units#second" base_unit="second" base_dimension="time" />
|
110
|
+
<item-change item="units#square_centimeter" base_unit="square_centimeter" base_dimension="surface_area" />
|
111
|
+
<item-change item="units#square_meter" base_unit="square_meter" base_dimension="surface_area" />
|
112
|
+
<item-change item="units#thousand" base_unit="thousand" base_dimension="none" />
|
113
|
+
<item-change item="units#thousand_per_hectare" base_unit="thousand" base_dimension="none" repartition_unit="hectare" repartition_dimension="surface_area" />
|
114
|
+
<item-change item="units#thousand_per_hectogram" base_unit="thousand" base_dimension="none" repartition_unit="hectogram" />
|
115
|
+
<item-change item="units#thousand_per_kilogram" base_unit="thousand" base_dimension="none" repartition_unit="kilogram" repartition_dimension="mass" />
|
116
|
+
<item-change item="units#thousand_per_liter" base_unit="thousand" base_dimension="none" repartition_unit="liter" repartition_dimension="volume" />
|
117
|
+
<item-change item="units#thousand_per_milliliter" base_unit="thousand" base_dimension="none" repartition_unit="milliliter" repartition_dimension="volume" />
|
118
|
+
<item-change item="units#thousand_per_square_meter" base_unit="thousand" base_dimension="none" repartition_unit="square_meter" repartition_dimension="surface_area" />
|
119
|
+
<item-change item="units#thousandth" base_unit="thousandth" base_dimension="none" />
|
120
|
+
<item-change item="units#ton" base_unit="ton" base_dimension="mass" />
|
121
|
+
<item-change item="units#ton_per_acre" base_unit="ton" base_dimension="mass" repartition_unit="acre" repartition_dimension="surface_area" />
|
122
|
+
<item-change item="units#ton_per_are" base_unit="ton" base_dimension="mass" repartition_unit="are" repartition_dimension="surface_area" />
|
123
|
+
<item-change item="units#ton_per_hectare" base_unit="ton" base_dimension="mass" repartition_unit="hectare" repartition_dimension="surface_area" />
|
124
|
+
<item-change item="units#ton_per_square_centimeter" base_unit="ton" base_dimension="mass" repartition_unit="square_centimeter" repartition_dimension="surface_area" />
|
125
|
+
<item-change item="units#ton_per_square_meter" base_unit="ton" base_dimension="mass" repartition_unit="square_meter" repartition_dimension="surface_area" />
|
126
|
+
<item-change item="units#unity" base_unit="unity" base_dimension="none" />
|
127
|
+
<item-change item="units#unity_per_hectare" base_unit="unity" base_dimension="none" repartition_unit="hectare" repartition_dimension="surface_area" />
|
128
|
+
<item-change item="units#unity_per_kilogram" base_unit="unity" base_dimension="none" repartition_unit="kilogram" repartition_dimension="mass" />
|
129
|
+
<item-change item="units#unity_per_liter" base_unit="unity" base_dimension="none" repartition_unit="liter" repartition_dimension="volume" />
|
130
|
+
<item-change item="units#unity_per_square_meter" base_unit="unity" base_dimension="none" repartition_unit="square_meter" repartition_dimension="surface_area" />
|
131
|
+
<item-change item="units#watt" base_unit="watt" base_dimension="power" />
|
132
|
+
<item-change item="units#watt_per_square_meter" base_unit="watt" base_dimension="power" repartition_unit="square_meter" repartition_dimension="surface_area" />
|
133
|
+
</migration>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add new accounts">
|
3
|
+
<item-creation item="accounts#statutory_or_contractual_reserves" fr_pcga="1063" fr_pcg82="1063"/>
|
4
|
+
<item-creation item="accounts#tax_regulated_reserves" fr_pcga="1064" fr_pcg82="1064"/>
|
5
|
+
<item-creation item="accounts#partners_or_associates_dividends_payable" fr_pcga="457" fr_pcg82="457"/>
|
6
|
+
<item-creation item="accounts#levies_and_taxes_from_distributions" fr_pcga="4423" fr_pcg82="4423"/>
|
7
|
+
<item-creation item="accounts#partners_or_associates_advance_payments" fr_pcga="4564" fr_pcg82="4564"/>
|
8
|
+
</migration>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add accounts fixed assets related">
|
3
|
+
<item-creation item="accounts#intangible_fixed_asset_in_progress" fr_pcga="232" fr_pcg82="232"/>
|
4
|
+
<item-creation item="accounts#other_plants_tangible_fixed_asset_in_progress" fr_pcga="2347"/>
|
5
|
+
<item-creation item="accounts#payments_on_account_on_intangible_fixed_assets" fr_pcga="237"/>
|
6
|
+
<item-creation item="accounts#payments_on_account_on_orders_for_tangible_fixed_assets" fr_pcga="238" fr_pcg82="238"/>
|
7
|
+
<item-creation item="accounts#payments_on_account_on_orders_for_tangible_fixed_assets_except_for_livestock" fr_pcga="2381"/>
|
8
|
+
<item-creation item="accounts#payments_on_account_on_orders_for_tangible_fixed_assets_for_livestock" fr_pcga="2384"/>
|
9
|
+
<item-creation item="accounts#corporeal_asset_revenues_of_livestock" fr_pcga="724"/>
|
10
|
+
</migration>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add missing document templates">
|
3
|
+
<item-creation item="document_natures#by_account_fixed_asset_registry" category="accountancy" />
|
4
|
+
<item-creation item="document_natures#gain_and_loss_fixed_asset_registry" category="accountancy" />
|
5
|
+
<item-creation item="document_natures#pending_vat_register" category="accountancy" />
|
6
|
+
</migration>
|
@@ -0,0 +1,117 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add vine equipments">
|
3
|
+
<item-creation item="abilities#lift" parameters="variety"/>
|
4
|
+
<item-creation item="indicators#element_count" datatype="integer"/>
|
5
|
+
<item-creation item="product_natures#roller" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width" abilities="tamp"/>
|
6
|
+
<item-creation item="product_natures#cutting_equipment" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width, element_count, length, rows_count" abilities="cut"/>
|
7
|
+
<item-creation item="product_natures#plant_grinder" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width, rows_count" abilities="grind(matter)"/>
|
8
|
+
<item-creation item="product_natures#vine_shoot_extractor" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="rows_count" abilities="remove(matter)"/>
|
9
|
+
<item-creation item="product_natures#tool" category="equipment" variety="equipment" population_counting="unitary"/>
|
10
|
+
<item-creation item="product_natures#vine_lifter" category="equipment" variety="equipment" population_counting="unitary" abilities="remove(vitis)"/>
|
11
|
+
<item-creation item="product_natures#self_propelled_harvester" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width, fuel_consumption, motor_power, rows_count" abilities="harvest(plant), move, consume(oil), consume(fuel)"/>
|
12
|
+
<item-creation item="product_natures#platform" category="equipment" variety="equipment" population_counting="unitary" abilities="lift(worker)"/>
|
13
|
+
<item-creation item="product_natures#soil_grinder" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width, rows_count" abilities="grind(cultivable_zone)"/>
|
14
|
+
<item-creation item="product_nature_variants#self_propelled_carrier" nature="tractor" unit_name="equipment"/>
|
15
|
+
<item-creation item="product_nature_variants#vine_and_ochard_tractor" nature="tractor" unit_name="equipment"/>
|
16
|
+
<item-creation item="product_nature_variants#vine_tractor" nature="tractor" unit_name="equipment"/>
|
17
|
+
<item-creation item="product_nature_variants#arboreal_tractor" nature="tractor" unit_name="equipment"/>
|
18
|
+
<item-creation item="product_nature_variants#straddle_tractor" nature="tractor" unit_name="equipment"/>
|
19
|
+
<item-creation item="product_nature_variants#crawler_tractor" nature="tractor" unit_name="equipment"/>
|
20
|
+
<item-creation item="product_nature_variants#blade_intercep_vtv" nature="weeder" unit_name="equipment"/>
|
21
|
+
<item-creation item="product_nature_variants#disc_intercep_vtv" nature="weeder" unit_name="equipment"/>
|
22
|
+
<item-creation item="product_nature_variants#brush_intercep_vtv" nature="weeder" unit_name="equipment"/>
|
23
|
+
<item-creation item="product_nature_variants#rotary_flail_intercep_vtv" nature="weeder" unit_name="equipment"/>
|
24
|
+
<item-creation item="product_nature_variants#star_intercep_vtv" nature="weeder" unit_name="equipment"/>
|
25
|
+
<item-creation item="product_nature_variants#plow_interrow_vtv" nature="plow" unit_name="equipment"/>
|
26
|
+
<item-creation item="product_nature_variants#claw_interrow_vtv" nature="harrow" unit_name="equipment"/>
|
27
|
+
<item-creation item="product_nature_variants#rotary_spade_interrow_vtv" nature="superficial_plow" unit_name="equipment"/>
|
28
|
+
<item-creation item="product_nature_variants#mechanical_plow_tv" nature="plow" unit_name="equipment"/>
|
29
|
+
<item-creation item="product_nature_variants#hydraulic_plow_tv" nature="plow" unit_name="equipment"/>
|
30
|
+
<item-creation item="product_nature_variants#hydraulic_blade_intercep_tv" nature="weeder" unit_name="equipment"/>
|
31
|
+
<item-creation item="product_nature_variants#mechanical_blade_intercep_tv" nature="weeder" unit_name="equipment"/>
|
32
|
+
<item-creation item="product_nature_variants#brush_intercep_tv" nature="weeder" unit_name="equipment"/>
|
33
|
+
<item-creation item="product_nature_variants#scarifier_tv" nature="plow" unit_name="equipment"/>
|
34
|
+
<item-creation item="product_nature_variants#mechanical_plow_lv" nature="plow" unit_name="equipment"/>
|
35
|
+
<item-creation item="product_nature_variants#hydraulic_plow_lv" nature="plow" unit_name="equipment"/>
|
36
|
+
<item-creation item="product_nature_variants#hydraulic_intercep_lv" nature="weeder" unit_name="equipment"/>
|
37
|
+
<item-creation item="product_nature_variants#rotative_intercep_lv" nature="weeder" unit_name="equipment"/>
|
38
|
+
<item-creation item="product_nature_variants#subsoiler_lv" nature="soil_loosener" unit_name="equipment"/>
|
39
|
+
<item-creation item="product_nature_variants#arboricultural_cultivator" nature="superficial_plow" unit_name="equipment"/>
|
40
|
+
<item-creation item="product_nature_variants#wine_cultivator_tv" nature="superficial_plow" unit_name="equipment"/>
|
41
|
+
<item-creation item="product_nature_variants#wine_cultivator_lv" nature="superficial_plow" unit_name="equipment"/>
|
42
|
+
<item-creation item="product_nature_variants#disc_harrow_lv" nature="soil_grinder" unit_name="equipment"/>
|
43
|
+
<item-creation item="product_nature_variants#wine_disc_stubble_cultivator" nature="superficial_plow" unit_name="equipment"/>
|
44
|
+
<item-creation item="product_nature_variants#rotary_cultivator_tv" nature="superficial_plow" unit_name="equipment"/>
|
45
|
+
<item-creation item="product_nature_variants#rotary_cultivator_lv" nature="superficial_plow" unit_name="equipment"/>
|
46
|
+
<item-creation item="product_nature_variants#stone_grinder" nature="soil_grinder" unit_name="equipment"/>
|
47
|
+
<item-creation item="product_nature_variants#interrow_sower_lv" nature="sower" unit_name="equipment"/>
|
48
|
+
<item-creation item="product_nature_variants#plant_cover_sower" nature="sower" unit_name="equipment"/>
|
49
|
+
<item-creation item="product_nature_variants#destructive_crush_roller" nature="roller" unit_name="equipment"/>
|
50
|
+
<item-creation item="product_nature_variants#pre_pruner_tv" nature="cutting_equipment" unit_name="equipment"/>
|
51
|
+
<item-creation item="product_nature_variants#pre_pruner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
52
|
+
<item-creation item="product_nature_variants#carrier_pre_pruner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
53
|
+
<item-creation item="product_nature_variants#pre_pruner_pruner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
54
|
+
<item-creation item="product_nature_variants#vine_shoot_extractor" nature="vine_shoot_extractor" unit_name="equipment"/>
|
55
|
+
<item-creation item="product_nature_variants#grinder_vine_shoot_extractor" nature="vine_shoot_extractor" unit_name="equipment"/>
|
56
|
+
<item-creation item="product_nature_variants#manual_mechanical_pruner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
57
|
+
<item-creation item="product_nature_variants#electronic_mechanical_pruner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
58
|
+
<item-creation item="product_nature_variants#electric_pruning" nature="cutting_equipment" unit_name="equipment"/>
|
59
|
+
<item-creation item="product_nature_variants#pneumatic_pruning" nature="cutting_equipment" unit_name="equipment"/>
|
60
|
+
<item-creation item="product_nature_variants#hand_tying_lv" nature="tool" unit_name="equipment"/>
|
61
|
+
<item-creation item="product_nature_variants#back_arboricultural_hay_rake" nature="hay_rake" unit_name="equipment"/>
|
62
|
+
<item-creation item="product_nature_variants#front_arboricultural_hay_rake" nature="hay_rake" unit_name="equipment"/>
|
63
|
+
<item-creation item="product_nature_variants#shoot_hay_rake_lv" nature="hay_rake" unit_name="equipment"/>
|
64
|
+
<item-creation item="product_nature_variants#tractor_shoot_grinder_tv" nature="plant_grinder" unit_name="equipment"/>
|
65
|
+
<item-creation item="product_nature_variants#straddle_tractor_shoot_grinder_tv" nature="plant_grinder" unit_name="equipment"/>
|
66
|
+
<item-creation item="product_nature_variants#rotary_grinder_tv" nature="plant_grinder" unit_name="equipment"/>
|
67
|
+
<item-creation item="product_nature_variants#rotary_trimmer_tv" nature="cutting_equipment" unit_name="equipment"/>
|
68
|
+
<item-creation item="product_nature_variants#shoot_grinder_lv" nature="plant_grinder" unit_name="equipment"/>
|
69
|
+
<item-creation item="product_nature_variants#rotary_trimmer_lv" nature="cutting_equipment" unit_name="equipment"/>
|
70
|
+
<item-creation item="product_nature_variants#trimmer_lv" nature="cutting_equipment" unit_name="equipment"/>
|
71
|
+
<item-creation item="product_nature_variants#strap_trunck_cleaner_tv" nature="cutting_equipment" unit_name="equipment"/>
|
72
|
+
<item-creation item="product_nature_variants#hydraulic_trunck_cleaner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
73
|
+
<item-creation item="product_nature_variants#chemical_trunck_cleaner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
74
|
+
<item-creation item="product_nature_variants#trimmer_tv" nature="cutting_equipment" unit_name="equipment"/>
|
75
|
+
<item-creation item="product_nature_variants#topper_trimmer_lv" nature="cutting_equipment" unit_name="equipment"/>
|
76
|
+
<item-creation item="product_nature_variants#straddle_tractor_trimmer_tv" nature="cutting_equipment" unit_name="equipment"/>
|
77
|
+
<item-creation item="product_nature_variants#carrier_topper_trimmer_lv" nature="cutting_equipment" unit_name="equipment"/>
|
78
|
+
<item-creation item="product_nature_variants#carrier_topper_trimmer_tv" nature="cutting_equipment" unit_name="equipment"/>
|
79
|
+
<item-creation item="product_nature_variants#stripper_tv" nature="cutting_equipment" unit_name="equipment"/>
|
80
|
+
<item-creation item="product_nature_variants#stripper_lv" nature="cutting_equipment" unit_name="equipment"/>
|
81
|
+
<item-creation item="product_nature_variants#roller_stripper_lv" nature="cutting_equipment" unit_name="equipment"/>
|
82
|
+
<item-creation item="product_nature_variants#vine_lifter_lv" nature="vine_lifter" unit_name="equipment"/>
|
83
|
+
<item-creation item="product_nature_variants#spreader_tv" nature="spreader" unit_name="equipment"/>
|
84
|
+
<item-creation item="product_nature_variants#spreader_lv" nature="spreader" unit_name="equipment"/>
|
85
|
+
<item-creation item="product_nature_variants#manure_spreader_tv" nature="spreader" unit_name="equipment"/>
|
86
|
+
<item-creation item="product_nature_variants#manure_spreader_lv" nature="spreader" unit_name="equipment"/>
|
87
|
+
<item-creation item="product_nature_variants#compost_spreader_lv" nature="spreader" unit_name="equipment"/>
|
88
|
+
<item-creation item="product_nature_variants#carrier_manure_spreader" nature="spreader" unit_name="equipment"/>
|
89
|
+
<item-creation item="product_nature_variants#crop_duster" nature="sprayer" unit_name="equipment"/>
|
90
|
+
<item-creation item="product_nature_variants#projected_jet_sprayer_vtv" nature="sprayer" unit_name="equipment"/>
|
91
|
+
<item-creation item="product_nature_variants#mounted_jet_sprayer_vtv" nature="sprayer" unit_name="equipment"/>
|
92
|
+
<item-creation item="product_nature_variants#pneumatic_sprayer_vtv" nature="sprayer" unit_name="equipment"/>
|
93
|
+
<item-creation item="product_nature_variants#tank_pump_tv" nature="sprayer" unit_name="equipment"/>
|
94
|
+
<item-creation item="product_nature_variants#antidrift_panel_tv" nature="sprayer" unit_name="equipment"/>
|
95
|
+
<item-creation item="product_nature_variants#weeding_boom_tv" nature="sprayer" unit_name="equipment"/>
|
96
|
+
<item-creation item="product_nature_variants#projected_jet_sprayer_tv" nature="sprayer" unit_name="equipment"/>
|
97
|
+
<item-creation item="product_nature_variants#mounted_jet_sprayer_tv" nature="sprayer" unit_name="equipment"/>
|
98
|
+
<item-creation item="product_nature_variants#mounted_pneumatic_sprayer_tv" nature="sprayer" unit_name="equipment"/>
|
99
|
+
<item-creation item="product_nature_variants#trailed_pneumatic_sprayer_tv" nature="sprayer" unit_name="equipment"/>
|
100
|
+
<item-creation item="product_nature_variants#tank_pump_lv" nature="sprayer" unit_name="equipment"/>
|
101
|
+
<item-creation item="product_nature_variants#antidrift_panel_lv" nature="sprayer" unit_name="equipment"/>
|
102
|
+
<item-creation item="product_nature_variants#weeding_boom_lv" nature="sprayer" unit_name="equipment"/>
|
103
|
+
<item-creation item="product_nature_variants#trailed_pneumatic_sprayer_lv" nature="sprayer" unit_name="equipment"/>
|
104
|
+
<item-creation item="product_nature_variants#mounted_jet_sprayer_lv" nature="sprayer" unit_name="equipment"/>
|
105
|
+
<item-creation item="product_nature_variants#confined_sprayer_lv" nature="sprayer" unit_name="equipment"/>
|
106
|
+
<item-creation item="product_nature_variants#carrier_sprayer_lv" nature="sprayer" unit_name="equipment"/>
|
107
|
+
<item-creation item="product_nature_variants#carrier_confined_sprayer_lv" nature="sprayer" unit_name="equipment"/>
|
108
|
+
<item-creation item="product_nature_variants#arboricultural_weeding_boom" nature="sprayer" unit_name="equipment"/>
|
109
|
+
<item-creation item="product_nature_variants#arboricultural_mounted_jet_sprayer" nature="sprayer" unit_name="equipment"/>
|
110
|
+
<item-creation item="product_nature_variants#arboricultural_pneumatic_sprayer" nature="sprayer" unit_name="equipment"/>
|
111
|
+
<item-creation item="product_nature_variants#self_propelled_grape_harvester_tv" nature="self_propelled_harvester" unit_name="equipment"/>
|
112
|
+
<item-creation item="product_nature_variants#self_propelled_grape_harvester_lv" nature="self_propelled_harvester" unit_name="equipment"/>
|
113
|
+
<item-creation item="product_nature_variants#grape_harvester_tv" nature="harvester" unit_name="equipment"/>
|
114
|
+
<item-creation item="product_nature_variants#grape_harvester_lv" nature="harvester" unit_name="equipment"/>
|
115
|
+
<item-creation item="product_nature_variants#arboricultural_platform" nature="platform" unit_name="equipment"/>
|
116
|
+
<item-creation item="product_nature_variants#wine_tipper_trailer" nature="trailer" unit_name="equipment"/>
|
117
|
+
</migration>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add nature to new product natures">
|
3
|
+
<item-change item="product_natures#cutting_equipment" nature="equipment"/>
|
4
|
+
<item-change item="product_natures#plant_grinder" nature="equipment"/>
|
5
|
+
<item-change item="product_natures#vine_shoot_extractor" nature="equipment"/>
|
6
|
+
<item-change item="product_natures#tool" nature="equipment"/>
|
7
|
+
<item-change item="product_natures#vine_lifter" nature="equipment"/>
|
8
|
+
<item-change item="product_natures#self_propelled_harvester" nature="equipment"/>
|
9
|
+
<item-change item="product_natures#platform" nature="equipment"/>
|
10
|
+
<item-change item="product_natures#soil_grinder" nature="equipment"/>
|
11
|
+
</migration>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add missing units and indicators">
|
3
|
+
<item-creation item="units#kilogram_per_cubic_meter" dimension="mass_concentration" symbol="kg/m³"/>
|
4
|
+
<item-creation item="indicators#sodium_concentration" datatype="measure" unit="mass_percent"/>
|
5
|
+
</migration>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add signed field to document nature">
|
3
|
+
<property-creation property="document_natures.signed" type="boolean" default="false"/>
|
4
|
+
|
5
|
+
<item-change item="document_natures#sales_invoice" signed="true"/>
|
6
|
+
<item-change item="document_natures#trial_balance" signed="true"/>
|
7
|
+
<item-change item="document_natures#general_ledger" signed="true"/>
|
8
|
+
<item-change item="document_natures#journal_ledger" signed="true"/>
|
9
|
+
</migration>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Addvarietiesforphytosanitary">
|
3
|
+
<item-creation item="varieties#ebenaceae" parent="plant" itis_tsn="23852"/>
|
4
|
+
<item-creation item="varieties#diospyros" parent="ebenaceae" itis_tsn="23853"/>
|
5
|
+
<item-creation item="varieties#diospyros_kaki" parent="diospyros" itis_tsn="896176"/>
|
6
|
+
<item-creation item="varieties#nasturtium" parent="brassicaceae" itis_tsn="23252"/>
|
7
|
+
<item-creation item="varieties#nasturtium_officinale" parent="nasturtium" itis_tsn="23255"/>
|
8
|
+
<item-creation item="varieties#arecaceae" parent="plant" itis_tsn="500043"/>
|
9
|
+
<item-creation item="varieties#euterpe" parent="arecaceae" itis_tsn="500808"/>
|
10
|
+
<item-creation item="varieties#euterpe_oleracea" parent="euterpe" itis_tsn="506722"/>
|
11
|
+
</migration>
|
@@ -0,0 +1,1136 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add type to categories and variants">
|
3
|
+
<property-creation property="product_nature_categories.type" type="choice" choices="animal, article, crop, equipment, fee_and_service, worker, zone"/>
|
4
|
+
<property-creation property="product_nature_variants.type" type="choice" choices="animal, article, crop, equipment, fee_and_service, worker, zone"/>
|
5
|
+
<property-creation property="product_nature_variants.sub_type" type="choice" choices="fertilizer, seed_and_plant, plant_medicine"/>
|
6
|
+
|
7
|
+
<item-change item="product_nature_categories#bee_band" type="animal"/>
|
8
|
+
<item-change item="product_nature_categories#biological_auxiliary" type="animal"/>
|
9
|
+
<item-change item="product_nature_categories#calf" type="animal"/>
|
10
|
+
<item-change item="product_nature_categories#cattle_herd" type="animal"/>
|
11
|
+
<item-change item="product_nature_categories#aves_band" type="animal"/>
|
12
|
+
<item-change item="product_nature_categories#aves_herd" type="animal"/>
|
13
|
+
<item-change item="product_nature_categories#adult_cat" type="animal"/>
|
14
|
+
<item-change item="product_nature_categories#female_adult_cow" type="animal"/>
|
15
|
+
<item-change item="product_nature_categories#adult_dog" type="animal"/>
|
16
|
+
<item-change item="product_nature_categories#long_time_animal" type="animal"/>
|
17
|
+
<item-change item="product_nature_categories#female_adult_pig" type="animal"/>
|
18
|
+
<item-change item="product_nature_categories#short_time_animal" type="animal"/>
|
19
|
+
<item-change item="product_nature_categories#young_cat" type="animal"/>
|
20
|
+
<item-change item="product_nature_categories#young_dog" type="animal"/>
|
21
|
+
<item-change item="product_nature_categories#male_adult_cow" type="animal"/>
|
22
|
+
<item-change item="product_nature_categories#male_adult_pig" type="animal"/>
|
23
|
+
<item-change item="product_nature_categories#male_young_cow" type="animal"/>
|
24
|
+
<item-change item="product_nature_categories#oyster_band" type="animal"/>
|
25
|
+
<item-change item="product_nature_categories#pig_band" type="animal"/>
|
26
|
+
<item-change item="product_nature_categories#fish_band" type="animal"/>
|
27
|
+
|
28
|
+
<item-change item="product_nature_categories#plant_medicine" type="article"/>
|
29
|
+
<item-change item="product_nature_categories#animal_food" type="article"/>
|
30
|
+
<item-change item="product_nature_categories#animal_litter" type="article"/>
|
31
|
+
<item-change item="product_nature_categories#animal_medicine" type="article"/>
|
32
|
+
<item-change item="product_nature_categories#vegetable" type="article"/>
|
33
|
+
<item-change item="product_nature_categories#meat" type="article"/>
|
34
|
+
<item-change item="product_nature_categories#wine_package_consumable" type="article"/>
|
35
|
+
<item-change item="product_nature_categories#processed_milk" type="article"/>
|
36
|
+
<item-change item="product_nature_categories#fertilizer" type="article"/>
|
37
|
+
<item-change item="product_nature_categories#oenological_product" type="article"/>
|
38
|
+
<item-change item="product_nature_categories#other_consumable" type="article"/>
|
39
|
+
<item-change item="product_nature_categories#package_consumable" type="article"/>
|
40
|
+
<item-change item="product_nature_categories#construction_materials_in_own_outstanding_installation" type="article"/>
|
41
|
+
<item-change item="product_nature_categories#small_equipment" type="article"/>
|
42
|
+
<item-change item="product_nature_categories#straw" type="article"/>
|
43
|
+
<item-change item="product_nature_categories#egg" type="article"/>
|
44
|
+
<item-change item="product_nature_categories#fruit" type="article"/>
|
45
|
+
<item-change item="product_nature_categories#grass" type="article"/>
|
46
|
+
<item-change item="product_nature_categories#fuel" type="article"/>
|
47
|
+
<item-change item="product_nature_categories#gas" type="article"/>
|
48
|
+
<item-change item="product_nature_categories#grain" type="article"/>
|
49
|
+
<item-change item="product_nature_categories#plant" type="article"/>
|
50
|
+
<item-change item="product_nature_categories#honey" type="article"/>
|
51
|
+
<item-change item="product_nature_categories#irrigation_water" type="article"/>
|
52
|
+
<item-change item="product_nature_categories#land_parcel_construction" type="article"/>
|
53
|
+
<item-change item="product_nature_categories#milk" type="article"/>
|
54
|
+
<item-change item="product_nature_categories#natural_water" type="article"/>
|
55
|
+
<item-change item="product_nature_categories#processed_meat" type="article"/>
|
56
|
+
<item-change item="product_nature_categories#processed_grain" type="article"/>
|
57
|
+
<item-change item="product_nature_categories#raw_materials" type="article"/>
|
58
|
+
<item-change item="product_nature_categories#running_water" type="article"/>
|
59
|
+
<item-change item="product_nature_categories#seed" type="article"/>
|
60
|
+
<item-change item="product_nature_categories#animal_reproduction" type="article"/>
|
61
|
+
<item-change item="product_nature_categories#wine" type="article"/>
|
62
|
+
|
63
|
+
<item-change item="product_nature_categories#crop" type="crop"/>
|
64
|
+
<item-change item="product_nature_categories#land_parcel_cluster" type="crop"/>
|
65
|
+
|
66
|
+
<item-change item="product_nature_categories#equipment" type="equipment"/>
|
67
|
+
<item-change item="product_nature_categories#electronic_equipment" type="equipment"/>
|
68
|
+
<item-change item="product_nature_categories#small_electronic_equipment" type="equipment"/>
|
69
|
+
<item-change item="product_nature_categories#office_furniture_equipment" type="equipment"/>
|
70
|
+
<item-change item="product_nature_categories#small_equipment" type="equipment"/>
|
71
|
+
|
72
|
+
<item-change item="product_nature_categories#travel" type="fee_and_service"/>
|
73
|
+
<item-change item="product_nature_categories#animal_housing_services" type="fee_and_service"/>
|
74
|
+
<item-change item="product_nature_categories#agricultural_taxe" type="fee_and_service"/>
|
75
|
+
<item-change item="product_nature_categories#animals_making_services" type="fee_and_service"/>
|
76
|
+
<item-change item="product_nature_categories#associate_social_contribution" type="fee_and_service"/>
|
77
|
+
<item-change item="product_nature_categories#bank_service" type="fee_and_service"/>
|
78
|
+
<item-change item="product_nature_categories#bonus_staff_expense" type="fee_and_service"/>
|
79
|
+
<item-change item="product_nature_categories#carriage" type="fee_and_service"/>
|
80
|
+
<item-change item="product_nature_categories#catalog_and_print" type="fee_and_service"/>
|
81
|
+
<item-change item="product_nature_categories#congress" type="fee_and_service"/>
|
82
|
+
<item-change item="product_nature_categories#consumer_goods_office_item" type="fee_and_service"/>
|
83
|
+
<item-change item="product_nature_categories#cooperative_participation" type="fee_and_service"/>
|
84
|
+
<item-change item="product_nature_categories#discount_and_reduction" type="fee_and_service"/>
|
85
|
+
<item-change item="product_nature_categories#electricity" type="fee_and_service"/>
|
86
|
+
<item-change item="product_nature_categories#equipment_repair_services" type="fee_and_service"/>
|
87
|
+
<item-change item="product_nature_categories#exploitation_subsidies" type="fee_and_service"/>
|
88
|
+
<item-change item="product_nature_categories#farm_teaching_services" type="fee_and_service"/>
|
89
|
+
<item-change item="product_nature_categories#fee" type="fee_and_service"/>
|
90
|
+
<item-change item="product_nature_categories#fiscal_fine" type="fee_and_service"/>
|
91
|
+
<item-change item="product_nature_categories#forwarding_agent_fees_expense" type="fee_and_service"/>
|
92
|
+
<item-change item="product_nature_categories#subcontracting" type="fee_and_service"/>
|
93
|
+
<item-change item="product_nature_categories#harvest_insurance" type="fee_and_service"/>
|
94
|
+
<item-change item="product_nature_categories#infirmity_and_death_insurance" type="fee_and_service"/>
|
95
|
+
<item-change item="product_nature_categories#installing_charge" type="fee_and_service"/>
|
96
|
+
<item-change item="product_nature_categories#insurance" type="fee_and_service"/>
|
97
|
+
<item-change item="product_nature_categories#land_parcel_locative_charge" type="fee_and_service"/>
|
98
|
+
<item-change item="product_nature_categories#leasing" type="fee_and_service"/>
|
99
|
+
<item-change item="product_nature_categories#duty_and_taxe" type="fee_and_service"/>
|
100
|
+
<item-change item="product_nature_categories#little_office_item" type="fee_and_service"/>
|
101
|
+
<item-change item="product_nature_categories#loan_interest" type="fee_and_service"/>
|
102
|
+
<item-change item="product_nature_categories#telecommunication" type="fee_and_service"/>
|
103
|
+
<item-change item="product_nature_categories#maintenance" type="fee_and_service"/>
|
104
|
+
<item-change item="product_nature_categories#rent_hosting_service" type="fee_and_service"/>
|
105
|
+
<item-change item="product_nature_categories#licence" type="fee_and_service"/>
|
106
|
+
<item-change item="product_nature_categories#professional_subscription" type="fee_and_service"/>
|
107
|
+
<item-change item="product_nature_categories#service" type="fee_and_service"/>
|
108
|
+
<item-change item="product_nature_categories#rent" type="fee_and_service"/>
|
109
|
+
<item-change item="product_nature_categories#representation" type="fee_and_service"/>
|
110
|
+
<item-change item="product_nature_categories#salary_social_contribution" type="fee_and_service"/>
|
111
|
+
<item-change item="product_nature_categories#equity" type="fee_and_service"/>
|
112
|
+
<item-change item="product_nature_categories#equipment_rent" type="fee_and_service"/>
|
113
|
+
<item-change item="product_nature_categories#studies_and_research" type="fee_and_service"/>
|
114
|
+
<item-change item="product_nature_categories#taxe" type="fee_and_service"/>
|
115
|
+
<item-change item="product_nature_categories#trade_show" type="fee_and_service"/>
|
116
|
+
<item-change item="product_nature_categories#various_loan_interest" type="fee_and_service"/>
|
117
|
+
<item-change item="product_nature_categories#vegetals_making_services" type="fee_and_service"/>
|
118
|
+
|
119
|
+
<item-change item="product_nature_categories#worker" type="worker"/>
|
120
|
+
|
121
|
+
<item-change item="product_nature_categories#building_division" type="zone"/>
|
122
|
+
<item-change item="product_nature_categories#building" type="zone"/>
|
123
|
+
<item-change item="product_nature_categories#land" type="zone"/>
|
124
|
+
<item-change item="product_nature_categories#land_parcel" type="zone"/>
|
125
|
+
<item-change item="product_nature_categories#settlement" type="zone"/>
|
126
|
+
|
127
|
+
<item-change item="product_nature_variants#bee_band" type="animal"/>
|
128
|
+
<item-change item="product_nature_variants#bumblebee_band" type="animal"/>
|
129
|
+
<item-change item="product_nature_variants#calf" type="animal"/>
|
130
|
+
<item-change item="product_nature_variants#cattle_herd" type="animal"/>
|
131
|
+
<item-change item="product_nature_variants#chick_hen_band" type="animal"/>
|
132
|
+
<item-change item="product_nature_variants#duck_band" type="animal"/>
|
133
|
+
<item-change item="product_nature_variants#duck_herd" type="animal"/>
|
134
|
+
<item-change item="product_nature_variants#female_adult_cat" type="animal"/>
|
135
|
+
<item-change item="product_nature_variants#female_adult_cattle_herd" type="animal"/>
|
136
|
+
<item-change item="product_nature_variants#female_adult_cow" type="animal"/>
|
137
|
+
<item-change item="product_nature_variants#female_adult_dog" type="animal"/>
|
138
|
+
<item-change item="product_nature_variants#female_adult_goat" type="animal"/>
|
139
|
+
<item-change item="product_nature_variants#female_adult_goat_herd" type="animal"/>
|
140
|
+
<item-change item="product_nature_variants#female_adult_horse" type="animal"/>
|
141
|
+
<item-change item="product_nature_variants#female_adult_pig" type="animal"/>
|
142
|
+
<item-change item="product_nature_variants#female_adult_pony" type="animal"/>
|
143
|
+
<item-change item="product_nature_variants#female_adult_rabbit" type="animal"/>
|
144
|
+
<item-change item="product_nature_variants#female_adult_sheep" type="animal"/>
|
145
|
+
<item-change item="product_nature_variants#female_adult_sheep_herd" type="animal"/>
|
146
|
+
<item-change item="product_nature_variants#female_hen_band" type="animal"/>
|
147
|
+
<item-change item="product_nature_variants#female_pig_band" type="animal"/>
|
148
|
+
<item-change item="product_nature_variants#female_young_cat" type="animal"/>
|
149
|
+
<item-change item="product_nature_variants#female_young_cattle_herd" type="animal"/>
|
150
|
+
<item-change item="product_nature_variants#female_young_cow" type="animal"/>
|
151
|
+
<item-change item="product_nature_variants#female_young_dog" type="animal"/>
|
152
|
+
<item-change item="product_nature_variants#female_young_goat" type="animal"/>
|
153
|
+
<item-change item="product_nature_variants#female_young_pig_band" type="animal"/>
|
154
|
+
<item-change item="product_nature_variants#female_young_sheep" type="animal"/>
|
155
|
+
<item-change item="product_nature_variants#goat_herd" type="animal"/>
|
156
|
+
<item-change item="product_nature_variants#hen_herd" type="animal"/>
|
157
|
+
<item-change item="product_nature_variants#horse_herd" type="animal"/>
|
158
|
+
<item-change item="product_nature_variants#lamb" type="animal"/>
|
159
|
+
<item-change item="product_nature_variants#male_adult_cat" type="animal"/>
|
160
|
+
<item-change item="product_nature_variants#male_adult_cattle_herd" type="animal"/>
|
161
|
+
<item-change item="product_nature_variants#male_adult_cow" type="animal"/>
|
162
|
+
<item-change item="product_nature_variants#male_adult_dog" type="animal"/>
|
163
|
+
<item-change item="product_nature_variants#male_adult_goat" type="animal"/>
|
164
|
+
<item-change item="product_nature_variants#male_adult_goat_herd" type="animal"/>
|
165
|
+
<item-change item="product_nature_variants#male_adult_horse" type="animal"/>
|
166
|
+
<item-change item="product_nature_variants#male_adult_pig" type="animal"/>
|
167
|
+
<item-change item="product_nature_variants#male_adult_pony" type="animal"/>
|
168
|
+
<item-change item="product_nature_variants#male_adult_rabbit" type="animal"/>
|
169
|
+
<item-change item="product_nature_variants#male_adult_sheep" type="animal"/>
|
170
|
+
<item-change item="product_nature_variants#male_hen_band" type="animal"/>
|
171
|
+
<item-change item="product_nature_variants#male_pig_band" type="animal"/>
|
172
|
+
<item-change item="product_nature_variants#male_young_cat" type="animal"/>
|
173
|
+
<item-change item="product_nature_variants#male_young_cattle_herd" type="animal"/>
|
174
|
+
<item-change item="product_nature_variants#male_young_cow" type="animal"/>
|
175
|
+
<item-change item="product_nature_variants#male_young_dog" type="animal"/>
|
176
|
+
<item-change item="product_nature_variants#male_young_goat" type="animal"/>
|
177
|
+
<item-change item="product_nature_variants#male_young_pig_band" type="animal"/>
|
178
|
+
<item-change item="product_nature_variants#male_young_sheep" type="animal"/>
|
179
|
+
<item-change item="product_nature_variants#oyster_band" type="animal"/>
|
180
|
+
<item-change item="product_nature_variants#pig_herd" type="animal"/>
|
181
|
+
<item-change item="product_nature_variants#piglet_band" type="animal"/>
|
182
|
+
<item-change item="product_nature_variants#pony_herd" type="animal"/>
|
183
|
+
<item-change item="product_nature_variants#rabbit_herd" type="animal"/>
|
184
|
+
<item-change item="product_nature_variants#salmon_band" type="animal"/>
|
185
|
+
<item-change item="product_nature_variants#sheep_herd" type="animal"/>
|
186
|
+
<item-change item="product_nature_variants#young_pig_band" type="animal"/>
|
187
|
+
<item-change item="product_nature_variants#young_rabbit" type="animal"/>
|
188
|
+
|
189
|
+
<item-change item="product_nature_variants#115g_jam" type="article"/>
|
190
|
+
<item-change item="product_nature_variants#230g_jam" type="article"/>
|
191
|
+
<item-change item="product_nature_variants#25kg_bag_animal_food" type="article"/>
|
192
|
+
<item-change item="product_nature_variants#25kg_bag_hen_food" type="article"/>
|
193
|
+
<item-change item="product_nature_variants#25kg_bag_pig_food" type="article"/>
|
194
|
+
<item-change item="product_nature_variants#25kg_bag_rabbit_food" type="article"/>
|
195
|
+
<item-change item="product_nature_variants#acetal" type="article"/>
|
196
|
+
<item-change item="product_nature_variants#actilact" type="article"/>
|
197
|
+
<item-change item="product_nature_variants#additive" type="article"/>
|
198
|
+
<item-change item="product_nature_variants#animal_fence" type="article"/>
|
199
|
+
<item-change item="product_nature_variants#animal_litter" type="article"/>
|
200
|
+
<item-change item="product_nature_variants#anti_slug" type="article"/>
|
201
|
+
<item-change item="product_nature_variants#ascott_wheat_seed_25" type="article"/>
|
202
|
+
<item-change item="product_nature_variants#barley_grain" type="article"/>
|
203
|
+
<item-change item="product_nature_variants#bean" type="article"/>
|
204
|
+
<item-change item="product_nature_variants#beef_dried_sausage" type="article"/>
|
205
|
+
<item-change item="product_nature_variants#beef_meat" type="article"/>
|
206
|
+
<item-change item="product_nature_variants#beef_sausage" type="article"/>
|
207
|
+
<item-change item="product_nature_variants#beet" type="article"/>
|
208
|
+
<item-change item="product_nature_variants#blackcurrant_seedling" type="article"/>
|
209
|
+
<item-change item="product_nature_variants#bolt" type="article"/>
|
210
|
+
<item-change item="product_nature_variants#bordelaise_100cl_bottle" type="article"/>
|
211
|
+
<item-change item="product_nature_variants#bordelaise_75cl_bottle" type="article"/>
|
212
|
+
<item-change item="product_nature_variants#bos_vial" type="article"/>
|
213
|
+
<item-change item="product_nature_variants#bottle_100cl_wine" type="article"/>
|
214
|
+
<item-change item="product_nature_variants#bottle_120dl_wine" type="article"/>
|
215
|
+
<item-change item="product_nature_variants#bottle_150cl_wine" type="article"/>
|
216
|
+
<item-change item="product_nature_variants#bottle_200cl_wine" type="article"/>
|
217
|
+
<item-change item="product_nature_variants#bottle_300cl_wine" type="article"/>
|
218
|
+
<item-change item="product_nature_variants#bottle_375ml_wine" type="article"/>
|
219
|
+
<item-change item="product_nature_variants#bottle_500cl_wine" type="article"/>
|
220
|
+
<item-change item="product_nature_variants#bottle_50cl_wine" type="article"/>
|
221
|
+
<item-change item="product_nature_variants#bottle_600cl_wine" type="article"/>
|
222
|
+
<item-change item="product_nature_variants#bottle_75cl_wine" type="article"/>
|
223
|
+
<item-change item="product_nature_variants#bottle_900cl_wine" type="article"/>
|
224
|
+
<item-change item="product_nature_variants#brassicaceae_fungicide" type="article"/>
|
225
|
+
<item-change item="product_nature_variants#buckwheat_grain" type="article"/>
|
226
|
+
<item-change item="product_nature_variants#buckwheat_seed" type="article"/>
|
227
|
+
<item-change item="product_nature_variants#building_material" type="article"/>
|
228
|
+
<item-change item="product_nature_variants#building_material_in_own_outstanding_installation" type="article"/>
|
229
|
+
<item-change item="product_nature_variants#bulk_ammo_phosphorus_sulfur_20_23_0" type="article"/>
|
230
|
+
<item-change item="product_nature_variants#bulk_ammonitrate_27" type="article"/>
|
231
|
+
<item-change item="product_nature_variants#bulk_ammonitrate_33" type="article"/>
|
232
|
+
<item-change item="product_nature_variants#bulk_animal_food" type="article"/>
|
233
|
+
<item-change item="product_nature_variants#bulk_chlorure_60_gr_vr" type="article"/>
|
234
|
+
<item-change item="product_nature_variants#bulk_diammo_phosphorus_21_53_0" type="article"/>
|
235
|
+
<item-change item="product_nature_variants#bulk_fertilizer_0_24_05" type="article"/>
|
236
|
+
<item-change item="product_nature_variants#bulk_fertilizer_15_15_15" type="article"/>
|
237
|
+
<item-change item="product_nature_variants#bulk_hay" type="article"/>
|
238
|
+
<item-change item="product_nature_variants#bulk_kg_animal_food" type="article"/>
|
239
|
+
<item-change item="product_nature_variants#bulk_urea_46" type="article"/>
|
240
|
+
<item-change item="product_nature_variants#bulk_wheat_straw" type="article"/>
|
241
|
+
<item-change item="product_nature_variants#butler_hazelnut" type="article"/>
|
242
|
+
<item-change item="product_nature_variants#cabbage" type="article"/>
|
243
|
+
<item-change item="product_nature_variants#calcium_carbonate_25kg" type="article"/>
|
244
|
+
<item-change item="product_nature_variants#caphorn_wheat_seed_25" type="article"/>
|
245
|
+
<item-change item="product_nature_variants#capra_manure" type="article"/>
|
246
|
+
<item-change item="product_nature_variants#carrot" type="article"/>
|
247
|
+
<item-change item="product_nature_variants#carrot_seed" type="article"/>
|
248
|
+
<item-change item="product_nature_variants#cattle_compost" type="article"/>
|
249
|
+
<item-change item="product_nature_variants#cattle_liquid_slurry" type="article"/>
|
250
|
+
<item-change item="product_nature_variants#cattle_manure" type="article"/>
|
251
|
+
<item-change item="product_nature_variants#cattle_slurry" type="article"/>
|
252
|
+
<item-change item="product_nature_variants#cereals_feed_bag_25" type="article"/>
|
253
|
+
<item-change item="product_nature_variants#chandler_walnut" type="article"/>
|
254
|
+
<item-change item="product_nature_variants#chard" type="article"/>
|
255
|
+
<item-change item="product_nature_variants#chicken_egg" type="article"/>
|
256
|
+
<item-change item="product_nature_variants#chicken_meat" type="article"/>
|
257
|
+
<item-change item="product_nature_variants#common_consumable" type="article"/>
|
258
|
+
<item-change item="product_nature_variants#common_package" type="article"/>
|
259
|
+
<item-change item="product_nature_variants#complete_herbicide" type="article"/>
|
260
|
+
<item-change item="product_nature_variants#coop:adexar_5l" type="article"/>
|
261
|
+
<item-change item="product_nature_variants#coop:altacid_vrac" type="article"/>
|
262
|
+
<item-change item="product_nature_variants#coop:altiplus_gr_vrac" type="article"/>
|
263
|
+
<item-change item="product_nature_variants#coop:ammonitre_27_vr" type="article"/>
|
264
|
+
<item-change item="product_nature_variants#coop:ammonitre_33_5_bb" type="article"/>
|
265
|
+
<item-change item="product_nature_variants#coop:ammonitre_33_5_vr" type="article"/>
|
266
|
+
<item-change item="product_nature_variants#coop:arturio_barley_grain" type="article"/>
|
267
|
+
<item-change item="product_nature_variants#coop:atlantis_wg_3_kg" type="article"/>
|
268
|
+
<item-change item="product_nature_variants#coop:atlantis_wg_600_gr" type="article"/>
|
269
|
+
<item-change item="product_nature_variants#coop:aviator_xpro_5l" type="article"/>
|
270
|
+
<item-change item="product_nature_variants#coop:avoine_d_hiver_n_evora_cel_net_s25kg" type="article"/>
|
271
|
+
<item-change item="product_nature_variants#coop:avoine_d_hiver_n_une_de_mai_en_s20kg" type="article"/>
|
272
|
+
<item-change item="product_nature_variants#coop:avoine_d_hiver_une_de_mai_red_25kg" type="article"/>
|
273
|
+
<item-change item="product_nature_variants#coop:axial_pratic_5_l" type="article"/>
|
274
|
+
<item-change item="product_nature_variants#coop:balmora_5_l" type="article"/>
|
275
|
+
<item-change item="product_nature_variants#coop:bd_s_miradoux_r1_cel_gold_net_25kg" type="article"/>
|
276
|
+
<item-change item="product_nature_variants#coop:bd_s_miradoux_r1_gau_red_25kg" type="article"/>
|
277
|
+
<item-change item="product_nature_variants#coop:bd_s_r1_miradoux_gau_vibrance_d500mg" type="article"/>
|
278
|
+
<item-change item="product_nature_variants#coop:bd_s_tablur_r1_cel_gold_net_25kg" type="article"/>
|
279
|
+
<item-change item="product_nature_variants#coop:bd_s_tablur_r1_gau_red_25kg" type="article"/>
|
280
|
+
<item-change item="product_nature_variants#coop:bell_star_5_l" type="article"/>
|
281
|
+
<item-change item="product_nature_variants#coop:boa_3_l" type="article"/>
|
282
|
+
<item-change item="product_nature_variants#coop:bofix_20_l" type="article"/>
|
283
|
+
<item-change item="product_nature_variants#coop:bofix_5_l" type="article"/>
|
284
|
+
<item-change item="product_nature_variants#coop:bromotril_225_5_l" type="article"/>
|
285
|
+
<item-change item="product_nature_variants#coop:bth_s_arezzo_r1_gau_red_lat_s25kg" type="article"/>
|
286
|
+
<item-change item="product_nature_variants#coop:bth_s_ascott_r1_gau_red_s25kg" type="article"/>
|
287
|
+
<item-change item="product_nature_variants#coop:bth_s_caphorn_r1_cel_gold_net_25kg" type="article"/>
|
288
|
+
<item-change item="product_nature_variants#coop:bth_s_caphorn_r1_gau_red_25kg" type="article"/>
|
289
|
+
<item-change item="product_nature_variants#coop:bth_s_caphorn_r1_gau_red_lat_s25kg" type="article"/>
|
290
|
+
<item-change item="product_nature_variants#coop:bth_s_euclide_r1_cel_gold_net_25kg" type="article"/>
|
291
|
+
<item-change item="product_nature_variants#coop:bth_s_euclide_r1_gau_red_25kg" type="article"/>
|
292
|
+
<item-change item="product_nature_variants#coop:bth_s_premio_r1_gau_red_25kg" type="article"/>
|
293
|
+
<item-change item="product_nature_variants#coop:bth_s_rubisko_r1_gau_red_s25kg" type="article"/>
|
294
|
+
<item-change item="product_nature_variants#coop:buggy_plus_100_l" type="article"/>
|
295
|
+
<item-change item="product_nature_variants#coop:callisto_5_l" type="article"/>
|
296
|
+
<item-change item="product_nature_variants#coop:ceando_5_l" type="article"/>
|
297
|
+
<item-change item="product_nature_variants#coop:chardex_5_l" type="article"/>
|
298
|
+
<item-change item="product_nature_variants#coop:chlorure_60_gr_vr" type="article"/>
|
299
|
+
<item-change item="product_nature_variants#coop:class_a_corn_grain" type="article"/>
|
300
|
+
<item-change item="product_nature_variants#coop:da_lazuly_10kg" type="article"/>
|
301
|
+
<item-change item="product_nature_variants#coop:eca_excel_pack_protor_b_vrac" type="article"/>
|
302
|
+
<item-change item="product_nature_variants#coop:eca_pack_tonus_b_vrac" type="article"/>
|
303
|
+
<item-change item="product_nature_variants#coop:elite_4_sc_5_l" type="article"/>
|
304
|
+
<item-change item="product_nature_variants#coop:esc_s_arturio_r1_gau_red_25kg" type="article"/>
|
305
|
+
<item-change item="product_nature_variants#coop:esc_s_etincel_r1_gau_red_s25kg" type="article"/>
|
306
|
+
<item-change item="product_nature_variants#coop:etincel_barley_grain" type="article"/>
|
307
|
+
<item-change item="product_nature_variants#coop:extralugec_techn_o_15kg" type="article"/>
|
308
|
+
<item-change item="product_nature_variants#coop:fandango_s_5_l" type="article"/>
|
309
|
+
<item-change item="product_nature_variants#coop:fertiactyl_starter" type="article"/>
|
310
|
+
<item-change item="product_nature_variants#coop:ficelle_filogamm_350_bob_5kg" type="article"/>
|
311
|
+
<item-change item="product_nature_variants#coop:film_ensil_ensigamm_10m" type="article"/>
|
312
|
+
<item-change item="product_nature_variants#coop:film_ensil_ensigamm_14m" type="article"/>
|
313
|
+
<item-change item="product_nature_variants#coop:film_ensil_ensigamm_8m" type="article"/>
|
314
|
+
<item-change item="product_nature_variants#coop:fongistop_fl_5_l" type="article"/>
|
315
|
+
<item-change item="product_nature_variants#coop:humistart_bb" type="article"/>
|
316
|
+
<item-change item="product_nature_variants#coop:kalao_d_5_l" type="article"/>
|
317
|
+
<item-change item="product_nature_variants#coop:luzerne_comete_s10k" type="article"/>
|
318
|
+
<item-change item="product_nature_variants#coop:ma_aallexia_50mg" type="article"/>
|
319
|
+
<item-change item="product_nature_variants#coop:ma_bergxxon_50mg" type="article"/>
|
320
|
+
<item-change item="product_nature_variants#coop:ma_bergxxon_duo_50mg" type="article"/>
|
321
|
+
<item-change item="product_nature_variants#coop:ma_bergxxon_duo_sonido_d50mg" type="article"/>
|
322
|
+
<item-change item="product_nature_variants#coop:ma_boomer_50mg" type="article"/>
|
323
|
+
<item-change item="product_nature_variants#coop:ma_dkc_3912_50mgr" type="article"/>
|
324
|
+
<item-change item="product_nature_variants#coop:ma_lg30533_cruiser_50mg" type="article"/>
|
325
|
+
<item-change item="product_nature_variants#coop:ma_lg3490_50mg" type="article"/>
|
326
|
+
<item-change item="product_nature_variants#coop:ma_lg3490_cruiser_50mg" type="article"/>
|
327
|
+
<item-change item="product_nature_variants#coop:ma_lg3490_sonido_d50mg" type="article"/>
|
328
|
+
<item-change item="product_nature_variants#coop:ma_lg3530_cruiser_50mg" type="article"/>
|
329
|
+
<item-change item="product_nature_variants#coop:ma_shannon_50mg" type="article"/>
|
330
|
+
<item-change item="product_nature_variants#coop:madit_dispersion_20_l" type="article"/>
|
331
|
+
<item-change item="product_nature_variants#coop:matin_el_10_l" type="article"/>
|
332
|
+
<item-change item="product_nature_variants#coop:mercantor_gold_5_l" type="article"/>
|
333
|
+
<item-change item="product_nature_variants#coop:mesurol_pro_20_kg" type="article"/>
|
334
|
+
<item-change item="product_nature_variants#coop:mesurol_pro_5_kg" type="article"/>
|
335
|
+
<item-change item="product_nature_variants#coop:metarex_ino_20_kg" type="article"/>
|
336
|
+
<item-change item="product_nature_variants#coop:metarex_rg_tds_20kg" type="article"/>
|
337
|
+
<item-change item="product_nature_variants#coop:mextra_5_l" type="article"/>
|
338
|
+
<item-change item="product_nature_variants#coop:microthiol_sp_disp" type="article"/>
|
339
|
+
<item-change item="product_nature_variants#coop:mix_in_5_l" type="article"/>
|
340
|
+
<item-change item="product_nature_variants#coop:moha_10kg" type="article"/>
|
341
|
+
<item-change item="product_nature_variants#coop:moha_25kg" type="article"/>
|
342
|
+
<item-change item="product_nature_variants#coop:nikeyl_5_l" type="article"/>
|
343
|
+
<item-change item="product_nature_variants#coop:oleic_sunflower_grain" type="article"/>
|
344
|
+
<item-change item="product_nature_variants#coop:op_s_traveler_r1_cel_orge_net_s25kg" type="article"/>
|
345
|
+
<item-change item="product_nature_variants#coop:pois_s_kayanne_print_wakil_xl_r1_s25kg" type="article"/>
|
346
|
+
<item-change item="product_nature_variants#coop:presite_sx_300_gr" type="article"/>
|
347
|
+
<item-change item="product_nature_variants#coop:prosaro_5_l" type="article"/>
|
348
|
+
<item-change item="product_nature_variants#coop:ray_g_hyb_bahial_10kg" type="article"/>
|
349
|
+
<item-change item="product_nature_variants#coop:red_label_caphorn_wheat_grain" type="article"/>
|
350
|
+
<item-change item="product_nature_variants#coop:sel_mer_essore_la_baleine_sac_25kg" type="article"/>
|
351
|
+
<item-change item="product_nature_variants#coop:sorgho_ensilage_bmr_333_220mg" type="article"/>
|
352
|
+
<item-change item="product_nature_variants#coop:super_45_gr_vr" type="article"/>
|
353
|
+
<item-change item="product_nature_variants#coop:super_46_gr_vr" type="article"/>
|
354
|
+
<item-change item="product_nature_variants#coop:technomousse_500_ml" type="article"/>
|
355
|
+
<item-change item="product_nature_variants#coop:to_ol_ferti_150mg" type="article"/>
|
356
|
+
<item-change item="product_nature_variants#coop:traveler_barley_grain" type="article"/>
|
357
|
+
<item-change item="product_nature_variants#coop:trefle_alexandrie_s10k" type="article"/>
|
358
|
+
<item-change item="product_nature_variants#coop:trefle_v_segur_s10k" type="article"/>
|
359
|
+
<item-change item="product_nature_variants#coop:uree_gr_vrac" type="article"/>
|
360
|
+
<item-change item="product_nature_variants#coop:vesce_velue_savane_hiver_10k" type="article"/>
|
361
|
+
<item-change item="product_nature_variants#coop:yellow_pea_grain" type="article"/>
|
362
|
+
<item-change item="product_nature_variants#corabel_hazelnut" type="article"/>
|
363
|
+
<item-change item="product_nature_variants#corn_grain" type="article"/>
|
364
|
+
<item-change item="product_nature_variants#corn_seed_25" type="article"/>
|
365
|
+
<item-change item="product_nature_variants#corn_seed_50tg" type="article"/>
|
366
|
+
<item-change item="product_nature_variants#corn_silage" type="article"/>
|
367
|
+
<item-change item="product_nature_variants#cow_milk" type="article"/>
|
368
|
+
<item-change item="product_nature_variants#crop_residue" type="article"/>
|
369
|
+
<item-change item="product_nature_variants#dairy_equipment_cleaner" type="article"/>
|
370
|
+
<item-change item="product_nature_variants#diesel" type="article"/>
|
371
|
+
<item-change item="product_nature_variants#disinfectant_product" type="article"/>
|
372
|
+
<item-change item="product_nature_variants#drain" type="article"/>
|
373
|
+
<item-change item="product_nature_variants#duck_manure" type="article"/>
|
374
|
+
<item-change item="product_nature_variants#duck_slurry" type="article"/>
|
375
|
+
<item-change item="product_nature_variants#ennis_hazelnut" type="article"/>
|
376
|
+
<item-change item="product_nature_variants#escalope_veal_meat" type="article"/>
|
377
|
+
<item-change item="product_nature_variants#euclide_wheat_seed_25" type="article"/>
|
378
|
+
<item-change item="product_nature_variants#ewe_milk" type="article"/>
|
379
|
+
<item-change item="product_nature_variants#fercoril_corabel_hazelnut" type="article"/>
|
380
|
+
<item-change item="product_nature_variants#feriale_hazelnut" type="article"/>
|
381
|
+
<item-change item="product_nature_variants#fernor_walnut" type="article"/>
|
382
|
+
<item-change item="product_nature_variants#fertile_coutard_hazelnut" type="article"/>
|
383
|
+
<item-change item="product_nature_variants#fertile_hazelnut" type="article"/>
|
384
|
+
<item-change item="product_nature_variants#fig_seedling" type="article"/>
|
385
|
+
<item-change item="product_nature_variants#flour" type="article"/>
|
386
|
+
<item-change item="product_nature_variants#foliar_spray" type="article"/>
|
387
|
+
<item-change item="product_nature_variants#franquette_walnut" type="article"/>
|
388
|
+
<item-change item="product_nature_variants#frozen_fruit" type="article"/>
|
389
|
+
<item-change item="product_nature_variants#fruit_derivative_good" type="article"/>
|
390
|
+
<item-change item="product_nature_variants#fungicide" type="article"/>
|
391
|
+
<item-change item="product_nature_variants#gas" type="article"/>
|
392
|
+
<item-change item="product_nature_variants#gasoline" type="article"/>
|
393
|
+
<item-change item="product_nature_variants#generic_animal_medicine" type="article"/>
|
394
|
+
<item-change item="product_nature_variants#goat_milk" type="article"/>
|
395
|
+
<item-change item="product_nature_variants#gooseberry_seedling" type="article"/>
|
396
|
+
<item-change item="product_nature_variants#grain" type="article"/>
|
397
|
+
<item-change item="product_nature_variants#granulated_insecticide_12" type="article"/>
|
398
|
+
<item-change item="product_nature_variants#grass" type="article"/>
|
399
|
+
<item-change item="product_nature_variants#grass_seed_25" type="article"/>
|
400
|
+
<item-change item="product_nature_variants#grass_silage" type="article"/>
|
401
|
+
<item-change item="product_nature_variants#green_compost" type="article"/>
|
402
|
+
<item-change item="product_nature_variants#growth_regulator" type="article"/>
|
403
|
+
<item-change item="product_nature_variants#guineafowl_manure" type="article"/>
|
404
|
+
<item-change item="product_nature_variants#hard_wheat_grain" type="article"/>
|
405
|
+
<item-change item="product_nature_variants#hard_wheat_seed_25" type="article"/>
|
406
|
+
<item-change item="product_nature_variants#hay_big_rectangular_bales" type="article"/>
|
407
|
+
<item-change item="product_nature_variants#hay_round_bales" type="article"/>
|
408
|
+
<item-change item="product_nature_variants#hay_small_rectangular_bales" type="article"/>
|
409
|
+
<item-change item="product_nature_variants#hazel_seedling" type="article"/>
|
410
|
+
<item-change item="product_nature_variants#hazelnut" type="article"/>
|
411
|
+
<item-change item="product_nature_variants#helianthus_herbicide" type="article"/>
|
412
|
+
<item-change item="product_nature_variants#hen_compost" type="article"/>
|
413
|
+
<item-change item="product_nature_variants#hen_guano" type="article"/>
|
414
|
+
<item-change item="product_nature_variants#hen_manure" type="article"/>
|
415
|
+
<item-change item="product_nature_variants#hen_slurry" type="article"/>
|
416
|
+
<item-change item="product_nature_variants#herbicide" type="article"/>
|
417
|
+
<item-change item="product_nature_variants#horse_compost" type="article"/>
|
418
|
+
<item-change item="product_nature_variants#horse_manure" type="article"/>
|
419
|
+
<item-change item="product_nature_variants#howard_walnut" type="article"/>
|
420
|
+
<item-change item="product_nature_variants#hydraulic_oil" type="article"/>
|
421
|
+
<item-change item="product_nature_variants#insecticide" type="article"/>
|
422
|
+
<item-change item="product_nature_variants#irrigation_water" type="article"/>
|
423
|
+
<item-change item="product_nature_variants#jemstegaard_hazelnut" type="article"/>
|
424
|
+
<item-change item="product_nature_variants#jerusalem_artichoke" type="article"/>
|
425
|
+
<item-change item="product_nature_variants#lactic_acid_25kg" type="article"/>
|
426
|
+
<item-change item="product_nature_variants#lamb_meat" type="article"/>
|
427
|
+
<item-change item="product_nature_variants#lamb_sausage" type="article"/>
|
428
|
+
<item-change item="product_nature_variants#lara_walnut" type="article"/>
|
429
|
+
<item-change item="product_nature_variants#leek" type="article"/>
|
430
|
+
<item-change item="product_nature_variants#lentil_grain" type="article"/>
|
431
|
+
<item-change item="product_nature_variants#lettuce" type="article"/>
|
432
|
+
<item-change item="product_nature_variants#lewis_hazelnut" type="article"/>
|
433
|
+
<item-change item="product_nature_variants#liquid_10_25_d1.4" type="article"/>
|
434
|
+
<item-change item="product_nature_variants#liquid_10_34_d1.4" type="article"/>
|
435
|
+
<item-change item="product_nature_variants#liquid_nitrogen_30_d1.3" type="article"/>
|
436
|
+
<item-change item="product_nature_variants#livestock_cleanliness_product" type="article"/>
|
437
|
+
<item-change item="product_nature_variants#lucerne_bulk_hay" type="article"/>
|
438
|
+
<item-change item="product_nature_variants#lucerne_seed" type="article"/>
|
439
|
+
<item-change item="product_nature_variants#malic_acid_25kg" type="article"/>
|
440
|
+
<item-change item="product_nature_variants#meadow_grass" type="article"/>
|
441
|
+
<item-change item="product_nature_variants#merlot_noir_so4_vine_seedling" type="article"/>
|
442
|
+
<item-change item="product_nature_variants#merveille_hazelnut" type="article"/>
|
443
|
+
<item-change item="product_nature_variants#milked_lamb_meat" type="article"/>
|
444
|
+
<item-change item="product_nature_variants#milked_pork_meat" type="article"/>
|
445
|
+
<item-change item="product_nature_variants#minced_beef_meat" type="article"/>
|
446
|
+
<item-change item="product_nature_variants#minced_ox_meat" type="article"/>
|
447
|
+
<item-change item="product_nature_variants#mineral_cleaner" type="article"/>
|
448
|
+
<item-change item="product_nature_variants#mineral_feed_block_25" type="article"/>
|
449
|
+
<item-change item="product_nature_variants#miradoux_hard_wheat_seed_25" type="article"/>
|
450
|
+
<item-change item="product_nature_variants#mixed_chemical_fertilizer" type="article"/>
|
451
|
+
<item-change item="product_nature_variants#mixed_liquid_fertilizer" type="article"/>
|
452
|
+
<item-change item="product_nature_variants#mixed_organic_fertilizer" type="article"/>
|
453
|
+
<item-change item="product_nature_variants#mixture_seed" type="article"/>
|
454
|
+
<item-change item="product_nature_variants#molluscicide" type="article"/>
|
455
|
+
<item-change item="product_nature_variants#motor_oil" type="article"/>
|
456
|
+
<item-change item="product_nature_variants#mud" type="article"/>
|
457
|
+
<item-change item="product_nature_variants#natural_cork" type="article"/>
|
458
|
+
<item-change item="product_nature_variants#natural_water" type="article"/>
|
459
|
+
<item-change item="product_nature_variants#negret_hazelnut" type="article"/>
|
460
|
+
<item-change item="product_nature_variants#nematicide" type="article"/>
|
461
|
+
<item-change item="product_nature_variants#nibble_lamb_meat" type="article"/>
|
462
|
+
<item-change item="product_nature_variants#nomacorc_cork" type="article"/>
|
463
|
+
<item-change item="product_nature_variants#oat_grain" type="article"/>
|
464
|
+
<item-change item="product_nature_variants#oenological_yeast_sc_500g" type="article"/>
|
465
|
+
<item-change item="product_nature_variants#oilrape_grain" type="article"/>
|
466
|
+
<item-change item="product_nature_variants#onion" type="article"/>
|
467
|
+
<item-change item="product_nature_variants#other_herbicide" type="article"/>
|
468
|
+
<item-change item="product_nature_variants#ovis_compost" type="article"/>
|
469
|
+
<item-change item="product_nature_variants#ovis_manure" type="article"/>
|
470
|
+
<item-change item="product_nature_variants#ox_meat" type="article"/>
|
471
|
+
<item-change item="product_nature_variants#packed_beef_meat" type="article"/>
|
472
|
+
<item-change item="product_nature_variants#packed_ox_meat" type="article"/>
|
473
|
+
<item-change item="product_nature_variants#packed_veal_meat" type="article"/>
|
474
|
+
<item-change item="product_nature_variants#pallet" type="article"/>
|
475
|
+
<item-change item="product_nature_variants#parsnip" type="article"/>
|
476
|
+
<item-change item="product_nature_variants#pauetet_hazelnut" type="article"/>
|
477
|
+
<item-change item="product_nature_variants#pea" type="article"/>
|
478
|
+
<item-change item="product_nature_variants#pea_grain" type="article"/>
|
479
|
+
<item-change item="product_nature_variants#pea_seed" type="article"/>
|
480
|
+
<item-change item="product_nature_variants#peach_seedling" type="article"/>
|
481
|
+
<item-change item="product_nature_variants#peanut" type="article"/>
|
482
|
+
<item-change item="product_nature_variants#pear_seedling" type="article"/>
|
483
|
+
<item-change item="product_nature_variants#pig_compost" type="article"/>
|
484
|
+
<item-change item="product_nature_variants#pig_manure" type="article"/>
|
485
|
+
<item-change item="product_nature_variants#pig_slurry" type="article"/>
|
486
|
+
<item-change item="product_nature_variants#piglet_meat" type="article"/>
|
487
|
+
<item-change item="product_nature_variants#plastic_cover_500m" type="article"/>
|
488
|
+
<item-change item="product_nature_variants#plum" type="article"/>
|
489
|
+
<item-change item="product_nature_variants#plum_seedling" type="article"/>
|
490
|
+
<item-change item="product_nature_variants#poaceae_fungicide" type="article"/>
|
491
|
+
<item-change item="product_nature_variants#poaceae_herbicide" type="article"/>
|
492
|
+
<item-change item="product_nature_variants#pollination_tool" type="article"/>
|
493
|
+
<item-change item="product_nature_variants#popcorn_grain" type="article"/>
|
494
|
+
<item-change item="product_nature_variants#pork_dried_sausage" type="article"/>
|
495
|
+
<item-change item="product_nature_variants#pork_sausage" type="article"/>
|
496
|
+
<item-change item="product_nature_variants#potassium_bicarbonate_25kg" type="article"/>
|
497
|
+
<item-change item="product_nature_variants#potassium_ferrocyanide_25kg" type="article"/>
|
498
|
+
<item-change item="product_nature_variants#potato" type="article"/>
|
499
|
+
<item-change item="product_nature_variants#poultry_sausage" type="article"/>
|
500
|
+
<item-change item="product_nature_variants#protective_canvas" type="article"/>
|
501
|
+
<item-change item="product_nature_variants#protective_net" type="article"/>
|
502
|
+
<item-change item="product_nature_variants#rabbit_manure" type="article"/>
|
503
|
+
<item-change item="product_nature_variants#radish" type="article"/>
|
504
|
+
<item-change item="product_nature_variants#rape_seed" type="article"/>
|
505
|
+
<item-change item="product_nature_variants#raspberry_seedling" type="article"/>
|
506
|
+
<item-change item="product_nature_variants#riflexine" type="article"/>
|
507
|
+
<item-change item="product_nature_variants#roast_veal_meat" type="article"/>
|
508
|
+
<item-change item="product_nature_variants#ronde_de_piemont_hazelnut" type="article"/>
|
509
|
+
<item-change item="product_nature_variants#rose_seedling" type="article"/>
|
510
|
+
<item-change item="product_nature_variants#running_water" type="article"/>
|
511
|
+
<item-change item="product_nature_variants#rye_grain" type="article"/>
|
512
|
+
<item-change item="product_nature_variants#rye_seed" type="article"/>
|
513
|
+
<item-change item="product_nature_variants#rye_straw" type="article"/>
|
514
|
+
<item-change item="product_nature_variants#saffron_pollen" type="article"/>
|
515
|
+
<item-change item="product_nature_variants#saffron_seedling" type="article"/>
|
516
|
+
<item-change item="product_nature_variants#seed" type="article"/>
|
517
|
+
<item-change item="product_nature_variants#seedling" type="article"/>
|
518
|
+
<item-change item="product_nature_variants#segorbe_hazelnut" type="article"/>
|
519
|
+
<item-change item="product_nature_variants#shoulder_veal_meat" type="article"/>
|
520
|
+
<item-change item="product_nature_variants#so2_liquid_a8" type="article"/>
|
521
|
+
<item-change item="product_nature_variants#so2_liquid_p10" type="article"/>
|
522
|
+
<item-change item="product_nature_variants#so2_solid_2g" type="article"/>
|
523
|
+
<item-change item="product_nature_variants#so2_solid_5g" type="article"/>
|
524
|
+
<item-change item="product_nature_variants#so4_vine_seedling" type="article"/>
|
525
|
+
<item-change item="product_nature_variants#sorghum_seed_25" type="article"/>
|
526
|
+
<item-change item="product_nature_variants#soy_grain" type="article"/>
|
527
|
+
<item-change item="product_nature_variants#soy_seed" type="article"/>
|
528
|
+
<item-change item="product_nature_variants#spelt_grain" type="article"/>
|
529
|
+
<item-change item="product_nature_variants#spelt_seed_25" type="article"/>
|
530
|
+
<item-change item="product_nature_variants#spinach" type="article"/>
|
531
|
+
<item-change item="product_nature_variants#spring_barley_seed_25" type="article"/>
|
532
|
+
<item-change item="product_nature_variants#squash" type="article"/>
|
533
|
+
<item-change item="product_nature_variants#strawberry_seedling" type="article"/>
|
534
|
+
<item-change item="product_nature_variants#sugar_vinasse" type="article"/>
|
535
|
+
<item-change item="product_nature_variants#sunflower_grain" type="article"/>
|
536
|
+
<item-change item="product_nature_variants#sunflower_seed_150tg" type="article"/>
|
537
|
+
<item-change item="product_nature_variants#tablur_hard_wheat_seed_25" type="article"/>
|
538
|
+
<item-change item="product_nature_variants#tonda_giffoni_hazelnut" type="article"/>
|
539
|
+
<item-change item="product_nature_variants#triticale_grain" type="article"/>
|
540
|
+
<item-change item="product_nature_variants#triticale_seed" type="article"/>
|
541
|
+
<item-change item="product_nature_variants#triticale_straw" type="article"/>
|
542
|
+
<item-change item="product_nature_variants#turnip" type="article"/>
|
543
|
+
<item-change item="product_nature_variants#urban_compost" type="article"/>
|
544
|
+
<item-change item="product_nature_variants#veal_meat" type="article"/>
|
545
|
+
<item-change item="product_nature_variants#vine_grape_berry" type="article"/>
|
546
|
+
<item-change item="product_nature_variants#vine_grape_juice" type="article"/>
|
547
|
+
<item-change item="product_nature_variants#vine_grape_must" type="article"/>
|
548
|
+
<item-change item="product_nature_variants#vine_residu" type="article"/>
|
549
|
+
<item-change item="product_nature_variants#walnut" type="article"/>
|
550
|
+
<item-change item="product_nature_variants#wheat_grain" type="article"/>
|
551
|
+
<item-change item="product_nature_variants#wheat_seed_25" type="article"/>
|
552
|
+
<item-change item="product_nature_variants#wheat_straw_big_rectangular_bales" type="article"/>
|
553
|
+
<item-change item="product_nature_variants#wheat_straw_round_bales" type="article"/>
|
554
|
+
<item-change item="product_nature_variants#wheat_straw_small_rectangular_bales" type="article"/>
|
555
|
+
<item-change item="product_nature_variants#white_sugar_25kg" type="article"/>
|
556
|
+
<item-change item="product_nature_variants#wine" type="article"/>
|
557
|
+
<item-change item="product_nature_variants#wine_vinasse" type="article"/>
|
558
|
+
<item-change item="product_nature_variants#winter_barley_seed_25" type="article"/>
|
559
|
+
<item-change item="product_nature_variants#wire_150m_roll" type="article"/>
|
560
|
+
<item-change item="product_nature_variants#wire_50m_roll" type="article"/>
|
561
|
+
<item-change item="product_nature_variants#wood_stake_200" type="article"/>
|
562
|
+
<item-change item="product_nature_variants#wood_stake_250" type="article"/>
|
563
|
+
<item-change item="product_nature_variants#zea_herbicide" type="article"/>
|
564
|
+
|
565
|
+
<item-change item="product_nature_variants#annual_fallow_crop" type="crop"/>
|
566
|
+
<item-change item="product_nature_variants#apple_crop" type="crop"/>
|
567
|
+
<item-change item="product_nature_variants#arezzo_wheat_crop" type="crop"/>
|
568
|
+
<item-change item="product_nature_variants#ascott_wheat_crop" type="crop"/>
|
569
|
+
<item-change item="product_nature_variants#asparagus_crop" type="crop"/>
|
570
|
+
<item-change item="product_nature_variants#bean_crop" type="crop"/>
|
571
|
+
<item-change item="product_nature_variants#beet_crop" type="crop"/>
|
572
|
+
<item-change item="product_nature_variants#blackcurrant_crop" type="crop"/>
|
573
|
+
<item-change item="product_nature_variants#buckwheat_crop" type="crop"/>
|
574
|
+
<item-change item="product_nature_variants#burdock_crop" type="crop"/>
|
575
|
+
<item-change item="product_nature_variants#cabbage_crop" type="crop"/>
|
576
|
+
<item-change item="product_nature_variants#caphorn_wheat_crop" type="crop"/>
|
577
|
+
<item-change item="product_nature_variants#carrot_crop" type="crop"/>
|
578
|
+
<item-change item="product_nature_variants#cherry_laurel_crop" type="crop"/>
|
579
|
+
<item-change item="product_nature_variants#chicory_crop" type="crop"/>
|
580
|
+
<item-change item="product_nature_variants#common_beta_crop" type="crop"/>
|
581
|
+
<item-change item="product_nature_variants#common_carrot_crop" type="crop"/>
|
582
|
+
<item-change item="product_nature_variants#common_crop" type="crop"/>
|
583
|
+
<item-change item="product_nature_variants#common_linum_crop" type="crop"/>
|
584
|
+
<item-change item="product_nature_variants#common_onion_crop" type="crop"/>
|
585
|
+
<item-change item="product_nature_variants#corn_crop" type="crop"/>
|
586
|
+
<item-change item="product_nature_variants#corn_grain_crop" type="crop"/>
|
587
|
+
<item-change item="product_nature_variants#corn_seed_crop" type="crop"/>
|
588
|
+
<item-change item="product_nature_variants#corn_silage_crop" type="crop"/>
|
589
|
+
<item-change item="product_nature_variants#cover_crop" type="crop"/>
|
590
|
+
<item-change item="product_nature_variants#escourgeon_barley_crop" type="crop"/>
|
591
|
+
<item-change item="product_nature_variants#etincel_winter_barley_crop" type="crop"/>
|
592
|
+
<item-change item="product_nature_variants#euclide_wheat_crop" type="crop"/>
|
593
|
+
<item-change item="product_nature_variants#fallow_crop" type="crop"/>
|
594
|
+
<item-change item="product_nature_variants#fig_crop" type="crop"/>
|
595
|
+
<item-change item="product_nature_variants#flax_crop" type="crop"/>
|
596
|
+
<item-change item="product_nature_variants#garlic_crop" type="crop"/>
|
597
|
+
<item-change item="product_nature_variants#gooseberry_crop" type="crop"/>
|
598
|
+
<item-change item="product_nature_variants#hard_wheat_crop" type="crop"/>
|
599
|
+
<item-change item="product_nature_variants#hazel_crop" type="crop"/>
|
600
|
+
<item-change item="product_nature_variants#horsebean_crop" type="crop"/>
|
601
|
+
<item-change item="product_nature_variants#land_parcel_cluster" type="crop"/>
|
602
|
+
<item-change item="product_nature_variants#lavender_crop" type="crop"/>
|
603
|
+
<item-change item="product_nature_variants#leek_crop" type="crop"/>
|
604
|
+
<item-change item="product_nature_variants#lentil_crop" type="crop"/>
|
605
|
+
<item-change item="product_nature_variants#lettuce_crop" type="crop"/>
|
606
|
+
<item-change item="product_nature_variants#lucerne_crop" type="crop"/>
|
607
|
+
<item-change item="product_nature_variants#lupin_crop" type="crop"/>
|
608
|
+
<item-change item="product_nature_variants#market_gardening_crop" type="crop"/>
|
609
|
+
<item-change item="product_nature_variants#miradoux_hard_wheat_crop" type="crop"/>
|
610
|
+
<item-change item="product_nature_variants#mixture_vetch_oat_pea_crop" type="crop"/>
|
611
|
+
<item-change item="product_nature_variants#muskmelon_crop" type="crop"/>
|
612
|
+
<item-change item="product_nature_variants#myrobalan_plum_crop" type="crop"/>
|
613
|
+
<item-change item="product_nature_variants#pea_crop" type="crop"/>
|
614
|
+
<item-change item="product_nature_variants#peach_crop" type="crop"/>
|
615
|
+
<item-change item="product_nature_variants#peanut_crop" type="crop"/>
|
616
|
+
<item-change item="product_nature_variants#pear_crop" type="crop"/>
|
617
|
+
<item-change item="product_nature_variants#permanent_meadow_crop" type="crop"/>
|
618
|
+
<item-change item="product_nature_variants#plum_crop" type="crop"/>
|
619
|
+
<item-change item="product_nature_variants#potato_crop" type="crop"/>
|
620
|
+
<item-change item="product_nature_variants#quince_crop" type="crop"/>
|
621
|
+
<item-change item="product_nature_variants#quinoa_crop" type="crop"/>
|
622
|
+
<item-change item="product_nature_variants#rape_crop" type="crop"/>
|
623
|
+
<item-change item="product_nature_variants#raspberry_crop" type="crop"/>
|
624
|
+
<item-change item="product_nature_variants#rose_crop" type="crop"/>
|
625
|
+
<item-change item="product_nature_variants#rubisko_wheat_crop" type="crop"/>
|
626
|
+
<item-change item="product_nature_variants#rye_crop" type="crop"/>
|
627
|
+
<item-change item="product_nature_variants#saffron_crop" type="crop"/>
|
628
|
+
<item-change item="product_nature_variants#sorghum_crop" type="crop"/>
|
629
|
+
<item-change item="product_nature_variants#soy_crop" type="crop"/>
|
630
|
+
<item-change item="product_nature_variants#spelt_wheat_crop" type="crop"/>
|
631
|
+
<item-change item="product_nature_variants#spring_barley_crop" type="crop"/>
|
632
|
+
<item-change item="product_nature_variants#spring_oat_crop" type="crop"/>
|
633
|
+
<item-change item="product_nature_variants#strawberry_crop" type="crop"/>
|
634
|
+
<item-change item="product_nature_variants#sunflower_crop" type="crop"/>
|
635
|
+
<item-change item="product_nature_variants#tablur_hard_wheat_crop" type="crop"/>
|
636
|
+
<item-change item="product_nature_variants#tangerine_crop" type="crop"/>
|
637
|
+
<item-change item="product_nature_variants#temporary_meadow_crop" type="crop"/>
|
638
|
+
<item-change item="product_nature_variants#thicket_crop" type="crop"/>
|
639
|
+
<item-change item="product_nature_variants#tobacco_crop" type="crop"/>
|
640
|
+
<item-change item="product_nature_variants#triticale_crop" type="crop"/>
|
641
|
+
<item-change item="product_nature_variants#vine_grape_crop" type="crop"/>
|
642
|
+
<item-change item="product_nature_variants#walnut_crop" type="crop"/>
|
643
|
+
<item-change item="product_nature_variants#wheat_crop" type="crop"/>
|
644
|
+
<item-change item="product_nature_variants#winter_barley_crop" type="crop"/>
|
645
|
+
<item-change item="product_nature_variants#winter_oat_crop" type="crop"/>
|
646
|
+
|
647
|
+
<item-change item="product_nature_variants#air_compressor" type="equipment"/>
|
648
|
+
<item-change item="product_nature_variants#all_inclusive_corn_sower" type="equipment"/>
|
649
|
+
<item-change item="product_nature_variants#animal_housing_cleaner" type="equipment"/>
|
650
|
+
<item-change item="product_nature_variants#animal_medicine_tank" type="equipment"/>
|
651
|
+
<item-change item="product_nature_variants#antidrift_panel_lv" type="equipment"/>
|
652
|
+
<item-change item="product_nature_variants#antidrift_panel_tv" type="equipment"/>
|
653
|
+
<item-change item="product_nature_variants#arboreal_tractor" type="equipment"/>
|
654
|
+
<item-change item="product_nature_variants#arboricultural_cultivator" type="equipment"/>
|
655
|
+
<item-change item="product_nature_variants#arboricultural_mounted_jet_sprayer" type="equipment"/>
|
656
|
+
<item-change item="product_nature_variants#arboricultural_platform" type="equipment"/>
|
657
|
+
<item-change item="product_nature_variants#arboricultural_pneumatic_sprayer" type="equipment"/>
|
658
|
+
<item-change item="product_nature_variants#arboricultural_weeding_boom" type="equipment"/>
|
659
|
+
<item-change item="product_nature_variants#back_arboricultural_hay_rake" type="equipment"/>
|
660
|
+
<item-change item="product_nature_variants#bale_collector" type="equipment"/>
|
661
|
+
<item-change item="product_nature_variants#baler" type="equipment"/>
|
662
|
+
<item-change item="product_nature_variants#battery" type="equipment"/>
|
663
|
+
<item-change item="product_nature_variants#bed_former" type="equipment"/>
|
664
|
+
<item-change item="product_nature_variants#blade_intercep_vtv" type="equipment"/>
|
665
|
+
<item-change item="product_nature_variants#brush_intercep_tv" type="equipment"/>
|
666
|
+
<item-change item="product_nature_variants#brush_intercep_vtv" type="equipment"/>
|
667
|
+
<item-change item="product_nature_variants#car" type="equipment"/>
|
668
|
+
<item-change item="product_nature_variants#carrier_confined_sprayer_lv" type="equipment"/>
|
669
|
+
<item-change item="product_nature_variants#carrier_manure_spreader" type="equipment"/>
|
670
|
+
<item-change item="product_nature_variants#carrier_pre_pruner_lv" type="equipment"/>
|
671
|
+
<item-change item="product_nature_variants#carrier_sprayer_lv" type="equipment"/>
|
672
|
+
<item-change item="product_nature_variants#carrier_topper_trimmer_lv" type="equipment"/>
|
673
|
+
<item-change item="product_nature_variants#carrier_topper_trimmer_tv" type="equipment"/>
|
674
|
+
<item-change item="product_nature_variants#chainsaw" type="equipment"/>
|
675
|
+
<item-change item="product_nature_variants#chemical_trunck_cleaner_lv" type="equipment"/>
|
676
|
+
<item-change item="product_nature_variants#claw_interrow_vtv" type="equipment"/>
|
677
|
+
<item-change item="product_nature_variants#compost_spreader_lv" type="equipment"/>
|
678
|
+
<item-change item="product_nature_variants#computer_display" type="equipment"/>
|
679
|
+
<item-change item="product_nature_variants#computer_item" type="equipment"/>
|
680
|
+
<item-change item="product_nature_variants#computer_mouse" type="equipment"/>
|
681
|
+
<item-change item="product_nature_variants#concrete_tank" type="equipment"/>
|
682
|
+
<item-change item="product_nature_variants#confined_sprayer_lv" type="equipment"/>
|
683
|
+
<item-change item="product_nature_variants#corker" type="equipment"/>
|
684
|
+
<item-change item="product_nature_variants#corn_topper" type="equipment"/>
|
685
|
+
<item-change item="product_nature_variants#cover_implanter" type="equipment"/>
|
686
|
+
<item-change item="product_nature_variants#crawler_tractor" type="equipment"/>
|
687
|
+
<item-change item="product_nature_variants#crop_duster" type="equipment"/>
|
688
|
+
<item-change item="product_nature_variants#destructive_crush_roller" type="equipment"/>
|
689
|
+
<item-change item="product_nature_variants#disc_harrow" type="equipment"/>
|
690
|
+
<item-change item="product_nature_variants#disc_harrow_lv" type="equipment"/>
|
691
|
+
<item-change item="product_nature_variants#disc_intercep_vtv" type="equipment"/>
|
692
|
+
<item-change item="product_nature_variants#dumper" type="equipment"/>
|
693
|
+
<item-change item="product_nature_variants#electric_pruning" type="equipment"/>
|
694
|
+
<item-change item="product_nature_variants#electronic_mechanical_pruner_lv" type="equipment"/>
|
695
|
+
<item-change item="product_nature_variants#equipment" type="equipment"/>
|
696
|
+
<item-change item="product_nature_variants#ferry" type="equipment"/>
|
697
|
+
<item-change item="product_nature_variants#fiberglass_tank" type="equipment"/>
|
698
|
+
<item-change item="product_nature_variants#food_tank" type="equipment"/>
|
699
|
+
<item-change item="product_nature_variants#forager" type="equipment"/>
|
700
|
+
<item-change item="product_nature_variants#forklift" type="equipment"/>
|
701
|
+
<item-change item="product_nature_variants#freezer_tank" type="equipment"/>
|
702
|
+
<item-change item="product_nature_variants#front_arboricultural_hay_rake" type="equipment"/>
|
703
|
+
<item-change item="product_nature_variants#fuel_tank" type="equipment"/>
|
704
|
+
<item-change item="product_nature_variants#furniture" type="equipment"/>
|
705
|
+
<item-change item="product_nature_variants#gas_burner" type="equipment"/>
|
706
|
+
<item-change item="product_nature_variants#gas_engine" type="equipment"/>
|
707
|
+
<item-change item="product_nature_variants#grain_crusher" type="equipment"/>
|
708
|
+
<item-change item="product_nature_variants#grain_tank" type="equipment"/>
|
709
|
+
<item-change item="product_nature_variants#grape_harvester_lv" type="equipment"/>
|
710
|
+
<item-change item="product_nature_variants#grape_harvester_tv" type="equipment"/>
|
711
|
+
<item-change item="product_nature_variants#grape_reaper" type="equipment"/>
|
712
|
+
<item-change item="product_nature_variants#grape_trailer" type="equipment"/>
|
713
|
+
<item-change item="product_nature_variants#grinder" type="equipment"/>
|
714
|
+
<item-change item="product_nature_variants#grinder_vine_shoot_extractor" type="equipment"/>
|
715
|
+
<item-change item="product_nature_variants#hand_drawn" type="equipment"/>
|
716
|
+
<item-change item="product_nature_variants#hand_tying_lv" type="equipment"/>
|
717
|
+
<item-change item="product_nature_variants#harrow" type="equipment"/>
|
718
|
+
<item-change item="product_nature_variants#harvester" type="equipment"/>
|
719
|
+
<item-change item="product_nature_variants#hay_rake" type="equipment"/>
|
720
|
+
<item-change item="product_nature_variants#hazel_reaper" type="equipment"/>
|
721
|
+
<item-change item="product_nature_variants#hedge_cutter" type="equipment"/>
|
722
|
+
<item-change item="product_nature_variants#hiller" type="equipment"/>
|
723
|
+
<item-change item="product_nature_variants#hive" type="equipment"/>
|
724
|
+
<item-change item="product_nature_variants#hoe" type="equipment"/>
|
725
|
+
<item-change item="product_nature_variants#hoe_weeder" type="equipment"/>
|
726
|
+
<item-change item="product_nature_variants#hydraulic_blade_intercep_tv" type="equipment"/>
|
727
|
+
<item-change item="product_nature_variants#hydraulic_intercep_lv" type="equipment"/>
|
728
|
+
<item-change item="product_nature_variants#hydraulic_plow_lv" type="equipment"/>
|
729
|
+
<item-change item="product_nature_variants#hydraulic_plow_tv" type="equipment"/>
|
730
|
+
<item-change item="product_nature_variants#hydraulic_trunck_cleaner_lv" type="equipment"/>
|
731
|
+
<item-change item="product_nature_variants#implanter" type="equipment"/>
|
732
|
+
<item-change item="product_nature_variants#ink_cartridge" type="equipment"/>
|
733
|
+
<item-change item="product_nature_variants#interrow_sower_lv" type="equipment"/>
|
734
|
+
<item-change item="product_nature_variants#irrigation_pivot" type="equipment"/>
|
735
|
+
<item-change item="product_nature_variants#lifter" type="equipment"/>
|
736
|
+
<item-change item="product_nature_variants#manual_implanter" type="equipment"/>
|
737
|
+
<item-change item="product_nature_variants#manual_mechanical_pruner_lv" type="equipment"/>
|
738
|
+
<item-change item="product_nature_variants#manure_spreader_lv" type="equipment"/>
|
739
|
+
<item-change item="product_nature_variants#manure_spreader_tv" type="equipment"/>
|
740
|
+
<item-change item="product_nature_variants#mechanical_blade_intercep_tv" type="equipment"/>
|
741
|
+
<item-change item="product_nature_variants#mechanical_plow_lv" type="equipment"/>
|
742
|
+
<item-change item="product_nature_variants#mechanical_plow_tv" type="equipment"/>
|
743
|
+
<item-change item="product_nature_variants#milk_tank" type="equipment"/>
|
744
|
+
<item-change item="product_nature_variants#milking_robot" type="equipment"/>
|
745
|
+
<item-change item="product_nature_variants#motor_hoe" type="equipment"/>
|
746
|
+
<item-change item="product_nature_variants#mounted_jet_sprayer_lv" type="equipment"/>
|
747
|
+
<item-change item="product_nature_variants#mounted_jet_sprayer_tv" type="equipment"/>
|
748
|
+
<item-change item="product_nature_variants#mounted_jet_sprayer_vtv" type="equipment"/>
|
749
|
+
<item-change item="product_nature_variants#mounted_pneumatic_sprayer_tv" type="equipment"/>
|
750
|
+
<item-change item="product_nature_variants#mower" type="equipment"/>
|
751
|
+
<item-change item="product_nature_variants#picker" type="equipment"/>
|
752
|
+
<item-change item="product_nature_variants#plant_cover_sower" type="equipment"/>
|
753
|
+
<item-change item="product_nature_variants#plant_medicine_tank" type="equipment"/>
|
754
|
+
<item-change item="product_nature_variants#plow" type="equipment"/>
|
755
|
+
<item-change item="product_nature_variants#plow_interrow_vtv" type="equipment"/>
|
756
|
+
<item-change item="product_nature_variants#plum_reaper" type="equipment"/>
|
757
|
+
<item-change item="product_nature_variants#pneumatic_pruning" type="equipment"/>
|
758
|
+
<item-change item="product_nature_variants#pneumatic_sprayer_vtv" type="equipment"/>
|
759
|
+
<item-change item="product_nature_variants#pollinator" type="equipment"/>
|
760
|
+
<item-change item="product_nature_variants#polyester_tank" type="equipment"/>
|
761
|
+
<item-change item="product_nature_variants#portable_computer" type="equipment"/>
|
762
|
+
<item-change item="product_nature_variants#portable_hard_disk" type="equipment"/>
|
763
|
+
<item-change item="product_nature_variants#pre_pruner_lv" type="equipment"/>
|
764
|
+
<item-change item="product_nature_variants#pre_pruner_pruner_lv" type="equipment"/>
|
765
|
+
<item-change item="product_nature_variants#pre_pruner_tv" type="equipment"/>
|
766
|
+
<item-change item="product_nature_variants#printer" type="equipment"/>
|
767
|
+
<item-change item="product_nature_variants#projected_jet_sprayer_tv" type="equipment"/>
|
768
|
+
<item-change item="product_nature_variants#projected_jet_sprayer_vtv" type="equipment"/>
|
769
|
+
<item-change item="product_nature_variants#pruning_platform" type="equipment"/>
|
770
|
+
<item-change item="product_nature_variants#punching_machine" type="equipment"/>
|
771
|
+
<item-change item="product_nature_variants#reaper" type="equipment"/>
|
772
|
+
<item-change item="product_nature_variants#ridger" type="equipment"/>
|
773
|
+
<item-change item="product_nature_variants#roll" type="equipment"/>
|
774
|
+
<item-change item="product_nature_variants#roller_stripper_lv" type="equipment"/>
|
775
|
+
<item-change item="product_nature_variants#rotary_cultivator_lv" type="equipment"/>
|
776
|
+
<item-change item="product_nature_variants#rotary_cultivator_tv" type="equipment"/>
|
777
|
+
<item-change item="product_nature_variants#rotary_flail_intercep_vtv" type="equipment"/>
|
778
|
+
<item-change item="product_nature_variants#rotary_grinder_tv" type="equipment"/>
|
779
|
+
<item-change item="product_nature_variants#rotary_spade_interrow_vtv" type="equipment"/>
|
780
|
+
<item-change item="product_nature_variants#rotary_trimmer_lv" type="equipment"/>
|
781
|
+
<item-change item="product_nature_variants#rotary_trimmer_tv" type="equipment"/>
|
782
|
+
<item-change item="product_nature_variants#rotative_intercep_lv" type="equipment"/>
|
783
|
+
<item-change item="product_nature_variants#rotavator" type="equipment"/>
|
784
|
+
<item-change item="product_nature_variants#scarifier_tv" type="equipment"/>
|
785
|
+
<item-change item="product_nature_variants#self_propelled_carrier" type="equipment"/>
|
786
|
+
<item-change item="product_nature_variants#self_propelled_grape_harvester_lv" type="equipment"/>
|
787
|
+
<item-change item="product_nature_variants#self_propelled_grape_harvester_tv" type="equipment"/>
|
788
|
+
<item-change item="product_nature_variants#shoot_grinder_lv" type="equipment"/>
|
789
|
+
<item-change item="product_nature_variants#shoot_hay_rake_lv" type="equipment"/>
|
790
|
+
<item-change item="product_nature_variants#sieve_shaker" type="equipment"/>
|
791
|
+
<item-change item="product_nature_variants#silage_distributor" type="equipment"/>
|
792
|
+
<item-change item="product_nature_variants#small_equipment" type="equipment"/>
|
793
|
+
<item-change item="product_nature_variants#soil_loosener" type="equipment"/>
|
794
|
+
<item-change item="product_nature_variants#sower" type="equipment"/>
|
795
|
+
<item-change item="product_nature_variants#sprayer" type="equipment"/>
|
796
|
+
<item-change item="product_nature_variants#spreader" type="equipment"/>
|
797
|
+
<item-change item="product_nature_variants#spreader_lv" type="equipment"/>
|
798
|
+
<item-change item="product_nature_variants#spreader_trailer" type="equipment"/>
|
799
|
+
<item-change item="product_nature_variants#spreader_tv" type="equipment"/>
|
800
|
+
<item-change item="product_nature_variants#stainless_steel_tank" type="equipment"/>
|
801
|
+
<item-change item="product_nature_variants#star_intercep_vtv" type="equipment"/>
|
802
|
+
<item-change item="product_nature_variants#steam_engine" type="equipment"/>
|
803
|
+
<item-change item="product_nature_variants#stone_grinder" type="equipment"/>
|
804
|
+
<item-change item="product_nature_variants#straddle_tractor" type="equipment"/>
|
805
|
+
<item-change item="product_nature_variants#straddle_tractor_shoot_grinder_tv" type="equipment"/>
|
806
|
+
<item-change item="product_nature_variants#straddle_tractor_trimmer_tv" type="equipment"/>
|
807
|
+
<item-change item="product_nature_variants#strap_trunck_cleaner_tv" type="equipment"/>
|
808
|
+
<item-change item="product_nature_variants#stripper_lv" type="equipment"/>
|
809
|
+
<item-change item="product_nature_variants#stripper_tv" type="equipment"/>
|
810
|
+
<item-change item="product_nature_variants#stubble_cultivator" type="equipment"/>
|
811
|
+
<item-change item="product_nature_variants#subsoil_plow" type="equipment"/>
|
812
|
+
<item-change item="product_nature_variants#subsoiler_lv" type="equipment"/>
|
813
|
+
<item-change item="product_nature_variants#superficial_plow" type="equipment"/>
|
814
|
+
<item-change item="product_nature_variants#tank_pump_lv" type="equipment"/>
|
815
|
+
<item-change item="product_nature_variants#tank_pump_tv" type="equipment"/>
|
816
|
+
<item-change item="product_nature_variants#telescopic_handler" type="equipment"/>
|
817
|
+
<item-change item="product_nature_variants#topper" type="equipment"/>
|
818
|
+
<item-change item="product_nature_variants#topper_trimmer_lv" type="equipment"/>
|
819
|
+
<item-change item="product_nature_variants#tractor" type="equipment"/>
|
820
|
+
<item-change item="product_nature_variants#tractor_shoot_grinder_tv" type="equipment"/>
|
821
|
+
<item-change item="product_nature_variants#trailed_pneumatic_sprayer_lv" type="equipment"/>
|
822
|
+
<item-change item="product_nature_variants#trailed_pneumatic_sprayer_tv" type="equipment"/>
|
823
|
+
<item-change item="product_nature_variants#trailer" type="equipment"/>
|
824
|
+
<item-change item="product_nature_variants#trimmer" type="equipment"/>
|
825
|
+
<item-change item="product_nature_variants#trimmer_lv" type="equipment"/>
|
826
|
+
<item-change item="product_nature_variants#trimmer_tv" type="equipment"/>
|
827
|
+
<item-change item="product_nature_variants#truck" type="equipment"/>
|
828
|
+
<item-change item="product_nature_variants#uncover" type="equipment"/>
|
829
|
+
<item-change item="product_nature_variants#vibrocultivator" type="equipment"/>
|
830
|
+
<item-change item="product_nature_variants#vine_and_ochard_tractor" type="equipment"/>
|
831
|
+
<item-change item="product_nature_variants#vine_lifter_lv" type="equipment"/>
|
832
|
+
<item-change item="product_nature_variants#vine_shoot_extractor" type="equipment"/>
|
833
|
+
<item-change item="product_nature_variants#vine_tractor" type="equipment"/>
|
834
|
+
<item-change item="product_nature_variants#water_bowser" type="equipment"/>
|
835
|
+
<item-change item="product_nature_variants#water_spreader" type="equipment"/>
|
836
|
+
<item-change item="product_nature_variants#weeder" type="equipment"/>
|
837
|
+
<item-change item="product_nature_variants#weeding_boom_lv" type="equipment"/>
|
838
|
+
<item-change item="product_nature_variants#weeding_boom_tv" type="equipment"/>
|
839
|
+
<item-change item="product_nature_variants#weeding_kit" type="equipment"/>
|
840
|
+
<item-change item="product_nature_variants#wheel_loader" type="equipment"/>
|
841
|
+
<item-change item="product_nature_variants#wine_cultivator_lv" type="equipment"/>
|
842
|
+
<item-change item="product_nature_variants#wine_cultivator_tv" type="equipment"/>
|
843
|
+
<item-change item="product_nature_variants#wine_disc_stubble_cultivator" type="equipment"/>
|
844
|
+
<item-change item="product_nature_variants#wine_press" type="equipment"/>
|
845
|
+
<item-change item="product_nature_variants#wine_tipper_trailer" type="equipment"/>
|
846
|
+
|
847
|
+
<item-change item="product_nature_variants#accommodation_taxe" type="fee_and_service"/>
|
848
|
+
<item-change item="product_nature_variants#accommodation_travel" type="fee_and_service"/>
|
849
|
+
<item-change item="product_nature_variants#animal_housing_service" type="fee_and_service"/>
|
850
|
+
<item-change item="product_nature_variants#animals_making_service" type="fee_and_service"/>
|
851
|
+
<item-change item="product_nature_variants#associate_social_contribution" type="fee_and_service"/>
|
852
|
+
<item-change item="product_nature_variants#bank_service" type="fee_and_service"/>
|
853
|
+
<item-change item="product_nature_variants#bee_band_pollinate_service" type="fee_and_service"/>
|
854
|
+
<item-change item="product_nature_variants#big_sticker" type="fee_and_service"/>
|
855
|
+
<item-change item="product_nature_variants#building_insurance" type="fee_and_service"/>
|
856
|
+
<item-change item="product_nature_variants#cap_subsidies" type="fee_and_service"/>
|
857
|
+
<item-change item="product_nature_variants#car_moving_travel" type="fee_and_service"/>
|
858
|
+
<item-change item="product_nature_variants#card" type="fee_and_service"/>
|
859
|
+
<item-change item="product_nature_variants#carriage" type="fee_and_service"/>
|
860
|
+
<item-change item="product_nature_variants#cereal_taxe" type="fee_and_service"/>
|
861
|
+
<item-change item="product_nature_variants#cereals_harvest_insurance" type="fee_and_service"/>
|
862
|
+
<item-change item="product_nature_variants#congress" type="fee_and_service"/>
|
863
|
+
<item-change item="product_nature_variants#consumer_goods_office_item" type="fee_and_service"/>
|
864
|
+
<item-change item="product_nature_variants#cooperative_participation" type="fee_and_service"/>
|
865
|
+
<item-change item="product_nature_variants#cooperative_share" type="fee_and_service"/>
|
866
|
+
<item-change item="product_nature_variants#creation_society_study" type="fee_and_service"/>
|
867
|
+
<item-change item="product_nature_variants#daily_project_management" type="fee_and_service"/>
|
868
|
+
<item-change item="product_nature_variants#daily_software_engineering" type="fee_and_service"/>
|
869
|
+
<item-change item="product_nature_variants#daily_training_course" type="fee_and_service"/>
|
870
|
+
<item-change item="product_nature_variants#discount_and_reduction" type="fee_and_service"/>
|
871
|
+
<item-change item="product_nature_variants#domain_name_subscription" type="fee_and_service"/>
|
872
|
+
<item-change item="product_nature_variants#drying_making_service" type="fee_and_service"/>
|
873
|
+
<item-change item="product_nature_variants#eco_participation" type="fee_and_service"/>
|
874
|
+
<item-change item="product_nature_variants#electricity" type="fee_and_service"/>
|
875
|
+
<item-change item="product_nature_variants#equipment_insurance" type="fee_and_service"/>
|
876
|
+
<item-change item="product_nature_variants#equipment_repair_service" type="fee_and_service"/>
|
877
|
+
<item-change item="product_nature_variants#farm_teaching_service" type="fee_and_service"/>
|
878
|
+
<item-change item="product_nature_variants#fee" type="fee_and_service"/>
|
879
|
+
<item-change item="product_nature_variants#fiscal_fine" type="fee_and_service"/>
|
880
|
+
<item-change item="product_nature_variants#food_show" type="fee_and_service"/>
|
881
|
+
<item-change item="product_nature_variants#forwarding_agent_fees_expense" type="fee_and_service"/>
|
882
|
+
<item-change item="product_nature_variants#freelance_sofware_development" type="fee_and_service"/>
|
883
|
+
<item-change item="product_nature_variants#hanging_scroll" type="fee_and_service"/>
|
884
|
+
<item-change item="product_nature_variants#harvesting_making_service" type="fee_and_service"/>
|
885
|
+
<item-change item="product_nature_variants#hourly_project_management" type="fee_and_service"/>
|
886
|
+
<item-change item="product_nature_variants#hourly_software_engineering" type="fee_and_service"/>
|
887
|
+
<item-change item="product_nature_variants#hourly_training_course" type="fee_and_service"/>
|
888
|
+
<item-change item="product_nature_variants#hourly_user_support" type="fee_and_service"/>
|
889
|
+
<item-change item="product_nature_variants#ichn_subsidies" type="fee_and_service"/>
|
890
|
+
<item-change item="product_nature_variants#infirmity_and_death_insurance" type="fee_and_service"/>
|
891
|
+
<item-change item="product_nature_variants#insurance" type="fee_and_service"/>
|
892
|
+
<item-change item="product_nature_variants#internet_line_subscription" type="fee_and_service"/>
|
893
|
+
<item-change item="product_nature_variants#intership" type="fee_and_service"/>
|
894
|
+
<item-change item="product_nature_variants#ip_address_subscription" type="fee_and_service"/>
|
895
|
+
<item-change item="product_nature_variants#land_parcel_locative_charge" type="fee_and_service"/>
|
896
|
+
<item-change item="product_nature_variants#leasing" type="fee_and_service"/>
|
897
|
+
<item-change item="product_nature_variants#legal_registration" type="fee_and_service"/>
|
898
|
+
<item-change item="product_nature_variants#little_office_equipment" type="fee_and_service"/>
|
899
|
+
<item-change item="product_nature_variants#little_office_good" type="fee_and_service"/>
|
900
|
+
<item-change item="product_nature_variants#loan_interest" type="fee_and_service"/>
|
901
|
+
<item-change item="product_nature_variants#maintenance" type="fee_and_service"/>
|
902
|
+
<item-change item="product_nature_variants#meal_travel" type="fee_and_service"/>
|
903
|
+
<item-change item="product_nature_variants#milk_taxe" type="fee_and_service"/>
|
904
|
+
<item-change item="product_nature_variants#monthly_enterprise_support" type="fee_and_service"/>
|
905
|
+
<item-change item="product_nature_variants#moving_travel" type="fee_and_service"/>
|
906
|
+
<item-change item="product_nature_variants#orchards_harvest_insurance" type="fee_and_service"/>
|
907
|
+
<item-change item="product_nature_variants#phone_line_subscription" type="fee_and_service"/>
|
908
|
+
<item-change item="product_nature_variants#postal_charges" type="fee_and_service"/>
|
909
|
+
<item-change item="product_nature_variants#postal_stamp" type="fee_and_service"/>
|
910
|
+
<item-change item="product_nature_variants#product_warranty" type="fee_and_service"/>
|
911
|
+
<item-change item="product_nature_variants#project_study" type="fee_and_service"/>
|
912
|
+
<item-change item="product_nature_variants#rent" type="fee_and_service"/>
|
913
|
+
<item-change item="product_nature_variants#representation_suit" type="fee_and_service"/>
|
914
|
+
<item-change item="product_nature_variants#responsibility_insurance" type="fee_and_service"/>
|
915
|
+
<item-change item="product_nature_variants#rollup" type="fee_and_service"/>
|
916
|
+
<item-change item="product_nature_variants#salary_social_contribution" type="fee_and_service"/>
|
917
|
+
<item-change item="product_nature_variants#server_certificate_subscription" type="fee_and_service"/>
|
918
|
+
<item-change item="product_nature_variants#server_rental" type="fee_and_service"/>
|
919
|
+
<item-change item="product_nature_variants#small_sticker" type="fee_and_service"/>
|
920
|
+
<item-change item="product_nature_variants#spread_renting" type="fee_and_service"/>
|
921
|
+
<item-change item="product_nature_variants#subscription_professional_society" type="fee_and_service"/>
|
922
|
+
<item-change item="product_nature_variants#taxe" type="fee_and_service"/>
|
923
|
+
<item-change item="product_nature_variants#various_loan_interest" type="fee_and_service"/>
|
924
|
+
<item-change item="product_nature_variants#vines_harvest_insurance" type="fee_and_service"/>
|
925
|
+
|
926
|
+
<item-change item="product_nature_variants#employee" type="worker"/>
|
927
|
+
<item-change item="product_nature_variants#inseminator" type="worker"/>
|
928
|
+
<item-change item="product_nature_variants#manager" type="worker"/>
|
929
|
+
<item-change item="product_nature_variants#technician" type="worker"/>
|
930
|
+
|
931
|
+
<item-change item="product_nature_variants#animal_building" type="zone"/>
|
932
|
+
<item-change item="product_nature_variants#animal_division" type="zone"/>
|
933
|
+
<item-change item="product_nature_variants#animal_food_division" type="zone"/>
|
934
|
+
<item-change item="product_nature_variants#animal_waste_building_division" type="zone"/>
|
935
|
+
<item-change item="product_nature_variants#building" type="zone"/>
|
936
|
+
<item-change item="product_nature_variants#building_division" type="zone"/>
|
937
|
+
<item-change item="product_nature_variants#chemical_fertilizer_division" type="zone"/>
|
938
|
+
<item-change item="product_nature_variants#cultivable_zone" type="zone"/>
|
939
|
+
<item-change item="product_nature_variants#equipment_building_division" type="zone"/>
|
940
|
+
<item-change item="product_nature_variants#food_equipment_division" type="zone"/>
|
941
|
+
<item-change item="product_nature_variants#land_parcel" type="zone"/>
|
942
|
+
<item-change item="product_nature_variants#manure_division" type="zone"/>
|
943
|
+
<item-change item="product_nature_variants#milking_division" type="zone"/>
|
944
|
+
<item-change item="product_nature_variants#office_building" type="zone"/>
|
945
|
+
<item-change item="product_nature_variants#office_building_division" type="zone"/>
|
946
|
+
<item-change item="product_nature_variants#preparation_division" type="zone"/>
|
947
|
+
<item-change item="product_nature_variants#screed_building" type="zone"/>
|
948
|
+
<item-change item="product_nature_variants#settlement" type="zone"/>
|
949
|
+
<item-change item="product_nature_variants#silage_division" type="zone"/>
|
950
|
+
<item-change item="product_nature_variants#wine_storage_division" type="zone"/>
|
951
|
+
|
952
|
+
<item-change item="product_nature_variants#bulk_ammo_phosphorus_sulfur_20_23_0" sub_type="fertilizer"/>
|
953
|
+
<item-change item="product_nature_variants#bulk_ammonitrate_27" sub_type="fertilizer"/>
|
954
|
+
<item-change item="product_nature_variants#bulk_ammonitrate_33" sub_type="fertilizer"/>
|
955
|
+
<item-change item="product_nature_variants#bulk_chlorure_60_gr_vr" sub_type="fertilizer"/>
|
956
|
+
<item-change item="product_nature_variants#bulk_diammo_phosphorus_21_53_0" sub_type="fertilizer"/>
|
957
|
+
<item-change item="product_nature_variants#bulk_fertilizer_0_24_05" sub_type="fertilizer"/>
|
958
|
+
<item-change item="product_nature_variants#bulk_fertilizer_15_15_15" sub_type="fertilizer"/>
|
959
|
+
<item-change item="product_nature_variants#bulk_urea_46" sub_type="fertilizer"/>
|
960
|
+
<item-change item="product_nature_variants#capra_manure" sub_type="fertilizer"/>
|
961
|
+
<item-change item="product_nature_variants#cattle_compost" sub_type="fertilizer"/>
|
962
|
+
<item-change item="product_nature_variants#cattle_liquid_slurry" sub_type="fertilizer"/>
|
963
|
+
<item-change item="product_nature_variants#cattle_manure" sub_type="fertilizer"/>
|
964
|
+
<item-change item="product_nature_variants#cattle_slurry" sub_type="fertilizer"/>
|
965
|
+
<item-change item="product_nature_variants#coop:ammonitre_27_vr" sub_type="fertilizer"/>
|
966
|
+
<item-change item="product_nature_variants#coop:ammonitre_33_5_bb" sub_type="fertilizer"/>
|
967
|
+
<item-change item="product_nature_variants#coop:ammonitre_33_5_vr" sub_type="fertilizer"/>
|
968
|
+
<item-change item="product_nature_variants#coop:chlorure_60_gr_vr" sub_type="fertilizer"/>
|
969
|
+
<item-change item="product_nature_variants#coop:fertiactyl_starter" sub_type="fertilizer"/>
|
970
|
+
<item-change item="product_nature_variants#coop:humistart_bb" sub_type="fertilizer"/>
|
971
|
+
<item-change item="product_nature_variants#coop:super_45_gr_vr" sub_type="fertilizer"/>
|
972
|
+
<item-change item="product_nature_variants#coop:super_46_gr_vr" sub_type="fertilizer"/>
|
973
|
+
<item-change item="product_nature_variants#coop:uree_gr_vrac" sub_type="fertilizer"/>
|
974
|
+
<item-change item="product_nature_variants#duck_manure" sub_type="fertilizer"/>
|
975
|
+
<item-change item="product_nature_variants#duck_slurry" sub_type="fertilizer"/>
|
976
|
+
<item-change item="product_nature_variants#foliar_spray" sub_type="fertilizer"/>
|
977
|
+
<item-change item="product_nature_variants#green_compost" sub_type="fertilizer"/>
|
978
|
+
<item-change item="product_nature_variants#guineafowl_manure" sub_type="fertilizer"/>
|
979
|
+
<item-change item="product_nature_variants#hen_compost" sub_type="fertilizer"/>
|
980
|
+
<item-change item="product_nature_variants#hen_guano" sub_type="fertilizer"/>
|
981
|
+
<item-change item="product_nature_variants#hen_manure" sub_type="fertilizer"/>
|
982
|
+
<item-change item="product_nature_variants#hen_slurry" sub_type="fertilizer"/>
|
983
|
+
<item-change item="product_nature_variants#horse_compost" sub_type="fertilizer"/>
|
984
|
+
<item-change item="product_nature_variants#horse_manure" sub_type="fertilizer"/>
|
985
|
+
<item-change item="product_nature_variants#liquid_10_25_d1.4" sub_type="fertilizer"/>
|
986
|
+
<item-change item="product_nature_variants#liquid_10_34_d1.4" sub_type="fertilizer"/>
|
987
|
+
<item-change item="product_nature_variants#liquid_nitrogen_30_d1.3" sub_type="fertilizer"/>
|
988
|
+
<item-change item="product_nature_variants#mixed_chemical_fertilizer" sub_type="fertilizer"/>
|
989
|
+
<item-change item="product_nature_variants#mixed_liquid_fertilizer" sub_type="fertilizer"/>
|
990
|
+
<item-change item="product_nature_variants#mixed_organic_fertilizer" sub_type="fertilizer"/>
|
991
|
+
<item-change item="product_nature_variants#mud" sub_type="fertilizer"/>
|
992
|
+
<item-change item="product_nature_variants#ovis_compost" sub_type="fertilizer"/>
|
993
|
+
<item-change item="product_nature_variants#ovis_manure" sub_type="fertilizer"/>
|
994
|
+
<item-change item="product_nature_variants#pig_compost" sub_type="fertilizer"/>
|
995
|
+
<item-change item="product_nature_variants#pig_manure" sub_type="fertilizer"/>
|
996
|
+
<item-change item="product_nature_variants#pig_slurry" sub_type="fertilizer"/>
|
997
|
+
<item-change item="product_nature_variants#rabbit_manure" sub_type="fertilizer"/>
|
998
|
+
<item-change item="product_nature_variants#sugar_vinasse" sub_type="fertilizer"/>
|
999
|
+
<item-change item="product_nature_variants#urban_compost" sub_type="fertilizer"/>
|
1000
|
+
<item-change item="product_nature_variants#wine_vinasse" sub_type="fertilizer"/>
|
1001
|
+
|
1002
|
+
<item-change item="product_nature_variants#ascott_wheat_seed_25" sub_type="seed_and_plant"/>
|
1003
|
+
<item-change item="product_nature_variants#blackcurrant_seedling" sub_type="seed_and_plant"/>
|
1004
|
+
<item-change item="product_nature_variants#buckwheat_seed" sub_type="seed_and_plant"/>
|
1005
|
+
<item-change item="product_nature_variants#caphorn_wheat_seed_25" sub_type="seed_and_plant"/>
|
1006
|
+
<item-change item="product_nature_variants#carrot_seed" sub_type="seed_and_plant"/>
|
1007
|
+
<item-change item="product_nature_variants#coop:avoine_d_hiver_n_evora_cel_net_s25kg" sub_type="seed_and_plant"/>
|
1008
|
+
<item-change item="product_nature_variants#coop:avoine_d_hiver_n_une_de_mai_en_s20kg" sub_type="seed_and_plant"/>
|
1009
|
+
<item-change item="product_nature_variants#coop:avoine_d_hiver_une_de_mai_red_25kg" sub_type="seed_and_plant"/>
|
1010
|
+
<item-change item="product_nature_variants#coop:bd_s_miradoux_r1_cel_gold_net_25kg" sub_type="seed_and_plant"/>
|
1011
|
+
<item-change item="product_nature_variants#coop:bd_s_miradoux_r1_gau_red_25kg" sub_type="seed_and_plant"/>
|
1012
|
+
<item-change item="product_nature_variants#coop:bd_s_r1_miradoux_gau_vibrance_d500mg" sub_type="seed_and_plant"/>
|
1013
|
+
<item-change item="product_nature_variants#coop:bd_s_tablur_r1_cel_gold_net_25kg" sub_type="seed_and_plant"/>
|
1014
|
+
<item-change item="product_nature_variants#coop:bd_s_tablur_r1_gau_red_25kg" sub_type="seed_and_plant"/>
|
1015
|
+
<item-change item="product_nature_variants#coop:bth_s_arezzo_r1_gau_red_lat_s25kg" sub_type="seed_and_plant"/>
|
1016
|
+
<item-change item="product_nature_variants#coop:bth_s_ascott_r1_gau_red_s25kg" sub_type="seed_and_plant"/>
|
1017
|
+
<item-change item="product_nature_variants#coop:bth_s_caphorn_r1_cel_gold_net_25kg" sub_type="seed_and_plant"/>
|
1018
|
+
<item-change item="product_nature_variants#coop:bth_s_caphorn_r1_gau_red_25kg" sub_type="seed_and_plant"/>
|
1019
|
+
<item-change item="product_nature_variants#coop:bth_s_caphorn_r1_gau_red_lat_s25kg" sub_type="seed_and_plant"/>
|
1020
|
+
<item-change item="product_nature_variants#coop:bth_s_euclide_r1_cel_gold_net_25kg" sub_type="seed_and_plant"/>
|
1021
|
+
<item-change item="product_nature_variants#coop:bth_s_euclide_r1_gau_red_25kg" sub_type="seed_and_plant"/>
|
1022
|
+
<item-change item="product_nature_variants#coop:bth_s_premio_r1_gau_red_25kg" sub_type="seed_and_plant"/>
|
1023
|
+
<item-change item="product_nature_variants#coop:bth_s_rubisko_r1_gau_red_s25kg" sub_type="seed_and_plant"/>
|
1024
|
+
<item-change item="product_nature_variants#coop:da_lazuly_10kg" sub_type="seed_and_plant"/>
|
1025
|
+
<item-change item="product_nature_variants#coop:esc_s_arturio_r1_gau_red_25kg" sub_type="seed_and_plant"/>
|
1026
|
+
<item-change item="product_nature_variants#coop:esc_s_etincel_r1_gau_red_s25kg" sub_type="seed_and_plant"/>
|
1027
|
+
<item-change item="product_nature_variants#coop:luzerne_comete_s10k" sub_type="seed_and_plant"/>
|
1028
|
+
<item-change item="product_nature_variants#coop:ma_aallexia_50mg" sub_type="seed_and_plant"/>
|
1029
|
+
<item-change item="product_nature_variants#coop:ma_bergxxon_50mg" sub_type="seed_and_plant"/>
|
1030
|
+
<item-change item="product_nature_variants#coop:ma_bergxxon_duo_50mg" sub_type="seed_and_plant"/>
|
1031
|
+
<item-change item="product_nature_variants#coop:ma_bergxxon_duo_sonido_d50mg" sub_type="seed_and_plant"/>
|
1032
|
+
<item-change item="product_nature_variants#coop:ma_boomer_50mg" sub_type="seed_and_plant"/>
|
1033
|
+
<item-change item="product_nature_variants#coop:ma_dkc_3912_50mgr" sub_type="seed_and_plant"/>
|
1034
|
+
<item-change item="product_nature_variants#coop:ma_lg30533_cruiser_50mg" sub_type="seed_and_plant"/>
|
1035
|
+
<item-change item="product_nature_variants#coop:ma_lg3490_50mg" sub_type="seed_and_plant"/>
|
1036
|
+
<item-change item="product_nature_variants#coop:ma_lg3490_cruiser_50mg" sub_type="seed_and_plant"/>
|
1037
|
+
<item-change item="product_nature_variants#coop:ma_lg3490_sonido_d50mg" sub_type="seed_and_plant"/>
|
1038
|
+
<item-change item="product_nature_variants#coop:ma_lg3530_cruiser_50mg" sub_type="seed_and_plant"/>
|
1039
|
+
<item-change item="product_nature_variants#coop:ma_shannon_50mg" sub_type="seed_and_plant"/>
|
1040
|
+
<item-change item="product_nature_variants#coop:moha_10kg" sub_type="seed_and_plant"/>
|
1041
|
+
<item-change item="product_nature_variants#coop:moha_25kg" sub_type="seed_and_plant"/>
|
1042
|
+
<item-change item="product_nature_variants#coop:op_s_traveler_r1_cel_orge_net_s25kg" sub_type="seed_and_plant"/>
|
1043
|
+
<item-change item="product_nature_variants#coop:pois_s_kayanne_print_wakil_xl_r1_s25kg" sub_type="seed_and_plant"/>
|
1044
|
+
<item-change item="product_nature_variants#coop:ray_g_hyb_bahial_10kg" sub_type="seed_and_plant"/>
|
1045
|
+
<item-change item="product_nature_variants#coop:sorgho_ensilage_bmr_333_220mg" sub_type="seed_and_plant"/>
|
1046
|
+
<item-change item="product_nature_variants#coop:to_ol_ferti_150mg" sub_type="seed_and_plant"/>
|
1047
|
+
<item-change item="product_nature_variants#coop:trefle_alexandrie_s10k" sub_type="seed_and_plant"/>
|
1048
|
+
<item-change item="product_nature_variants#coop:trefle_v_segur_s10k" sub_type="seed_and_plant"/>
|
1049
|
+
<item-change item="product_nature_variants#coop:vesce_velue_savane_hiver_10k" sub_type="seed_and_plant"/>
|
1050
|
+
<item-change item="product_nature_variants#corn_seed_25" sub_type="seed_and_plant"/>
|
1051
|
+
<item-change item="product_nature_variants#corn_seed_50tg" sub_type="seed_and_plant"/>
|
1052
|
+
<item-change item="product_nature_variants#euclide_wheat_seed_25" sub_type="seed_and_plant"/>
|
1053
|
+
<item-change item="product_nature_variants#fig_seedling" sub_type="seed_and_plant"/>
|
1054
|
+
<item-change item="product_nature_variants#gooseberry_seedling" sub_type="seed_and_plant"/>
|
1055
|
+
<item-change item="product_nature_variants#grass_seed_25" sub_type="seed_and_plant"/>
|
1056
|
+
<item-change item="product_nature_variants#hard_wheat_seed_25" sub_type="seed_and_plant"/>
|
1057
|
+
<item-change item="product_nature_variants#hazel_seedling" sub_type="seed_and_plant"/>
|
1058
|
+
<item-change item="product_nature_variants#lucerne_seed" sub_type="seed_and_plant"/>
|
1059
|
+
<item-change item="product_nature_variants#merlot_noir_so4_vine_seedling" sub_type="seed_and_plant"/>
|
1060
|
+
<item-change item="product_nature_variants#miradoux_hard_wheat_seed_25" sub_type="seed_and_plant"/>
|
1061
|
+
<item-change item="product_nature_variants#mixture_seed" sub_type="seed_and_plant"/>
|
1062
|
+
<item-change item="product_nature_variants#pea_seed" sub_type="seed_and_plant"/>
|
1063
|
+
<item-change item="product_nature_variants#peach_seedling" sub_type="seed_and_plant"/>
|
1064
|
+
<item-change item="product_nature_variants#pear_seedling" sub_type="seed_and_plant"/>
|
1065
|
+
<item-change item="product_nature_variants#plum_seedling" sub_type="seed_and_plant"/>
|
1066
|
+
<item-change item="product_nature_variants#rape_seed" sub_type="seed_and_plant"/>
|
1067
|
+
<item-change item="product_nature_variants#raspberry_seedling" sub_type="seed_and_plant"/>
|
1068
|
+
<item-change item="product_nature_variants#rose_seedling" sub_type="seed_and_plant"/>
|
1069
|
+
<item-change item="product_nature_variants#rye_seed" sub_type="seed_and_plant"/>
|
1070
|
+
<item-change item="product_nature_variants#saffron_seedling" sub_type="seed_and_plant"/>
|
1071
|
+
<item-change item="product_nature_variants#seed" sub_type="seed_and_plant"/>
|
1072
|
+
<item-change item="product_nature_variants#seedling" sub_type="seed_and_plant"/>
|
1073
|
+
<item-change item="product_nature_variants#so4_vine_seedling" sub_type="seed_and_plant"/>
|
1074
|
+
<item-change item="product_nature_variants#sorghum_seed_25" sub_type="seed_and_plant"/>
|
1075
|
+
<item-change item="product_nature_variants#soy_seed" sub_type="seed_and_plant"/>
|
1076
|
+
<item-change item="product_nature_variants#spelt_seed_25" sub_type="seed_and_plant"/>
|
1077
|
+
<item-change item="product_nature_variants#spring_barley_seed_25" sub_type="seed_and_plant"/>
|
1078
|
+
<item-change item="product_nature_variants#strawberry_seedling" sub_type="seed_and_plant"/>
|
1079
|
+
<item-change item="product_nature_variants#sunflower_seed_150tg" sub_type="seed_and_plant"/>
|
1080
|
+
<item-change item="product_nature_variants#tablur_hard_wheat_seed_25" sub_type="seed_and_plant"/>
|
1081
|
+
<item-change item="product_nature_variants#triticale_seed" sub_type="seed_and_plant"/>
|
1082
|
+
<item-change item="product_nature_variants#wheat_seed_25" sub_type="seed_and_plant"/>
|
1083
|
+
<item-change item="product_nature_variants#winter_barley_seed_25" sub_type="seed_and_plant"/>
|
1084
|
+
|
1085
|
+
<item-change item="product_nature_variants#additive" sub_type="plant_medicine"/>
|
1086
|
+
<item-change item="product_nature_variants#anti_slug" sub_type="plant_medicine"/>
|
1087
|
+
<item-change item="product_nature_variants#brassicaceae_fungicide" sub_type="plant_medicine"/>
|
1088
|
+
<item-change item="product_nature_variants#bumblebee_band" sub_type="plant_medicine"/>
|
1089
|
+
<item-change item="product_nature_variants#complete_herbicide" sub_type="plant_medicine"/>
|
1090
|
+
<item-change item="product_nature_variants#coop:adexar_5l" sub_type="plant_medicine"/>
|
1091
|
+
<item-change item="product_nature_variants#coop:atlantis_wg_3_kg" sub_type="plant_medicine"/>
|
1092
|
+
<item-change item="product_nature_variants#coop:atlantis_wg_600_gr" sub_type="plant_medicine"/>
|
1093
|
+
<item-change item="product_nature_variants#coop:aviator_xpro_5l" sub_type="plant_medicine"/>
|
1094
|
+
<item-change item="product_nature_variants#coop:axial_pratic_5_l" sub_type="plant_medicine"/>
|
1095
|
+
<item-change item="product_nature_variants#coop:balmora_5_l" sub_type="plant_medicine"/>
|
1096
|
+
<item-change item="product_nature_variants#coop:bell_star_5_l" sub_type="plant_medicine"/>
|
1097
|
+
<item-change item="product_nature_variants#coop:boa_3_l" sub_type="plant_medicine"/>
|
1098
|
+
<item-change item="product_nature_variants#coop:bofix_20_l" sub_type="plant_medicine"/>
|
1099
|
+
<item-change item="product_nature_variants#coop:bofix_5_l" sub_type="plant_medicine"/>
|
1100
|
+
<item-change item="product_nature_variants#coop:bromotril_225_5_l" sub_type="plant_medicine"/>
|
1101
|
+
<item-change item="product_nature_variants#coop:buggy_plus_100_l" sub_type="plant_medicine"/>
|
1102
|
+
<item-change item="product_nature_variants#coop:callisto_5_l" sub_type="plant_medicine"/>
|
1103
|
+
<item-change item="product_nature_variants#coop:ceando_5_l" sub_type="plant_medicine"/>
|
1104
|
+
<item-change item="product_nature_variants#coop:chardex_5_l" sub_type="plant_medicine"/>
|
1105
|
+
<item-change item="product_nature_variants#coop:elite_4_sc_5_l" sub_type="plant_medicine"/>
|
1106
|
+
<item-change item="product_nature_variants#coop:extralugec_techn_o_15kg" sub_type="plant_medicine"/>
|
1107
|
+
<item-change item="product_nature_variants#coop:fandango_s_5_l" sub_type="plant_medicine"/>
|
1108
|
+
<item-change item="product_nature_variants#coop:fongistop_fl_5_l" sub_type="plant_medicine"/>
|
1109
|
+
<item-change item="product_nature_variants#coop:kalao_d_5_l" sub_type="plant_medicine"/>
|
1110
|
+
<item-change item="product_nature_variants#coop:madit_dispersion_20_l" sub_type="plant_medicine"/>
|
1111
|
+
<item-change item="product_nature_variants#coop:matin_el_10_l" sub_type="plant_medicine"/>
|
1112
|
+
<item-change item="product_nature_variants#coop:mercantor_gold_5_l" sub_type="plant_medicine"/>
|
1113
|
+
<item-change item="product_nature_variants#coop:mesurol_pro_20_kg" sub_type="plant_medicine"/>
|
1114
|
+
<item-change item="product_nature_variants#coop:mesurol_pro_5_kg" sub_type="plant_medicine"/>
|
1115
|
+
<item-change item="product_nature_variants#coop:metarex_ino_20_kg" sub_type="plant_medicine"/>
|
1116
|
+
<item-change item="product_nature_variants#coop:metarex_rg_tds_20kg" sub_type="plant_medicine"/>
|
1117
|
+
<item-change item="product_nature_variants#coop:mextra_5_l" sub_type="plant_medicine"/>
|
1118
|
+
<item-change item="product_nature_variants#coop:microthiol_sp_disp" sub_type="plant_medicine"/>
|
1119
|
+
<item-change item="product_nature_variants#coop:mix_in_5_l" sub_type="plant_medicine"/>
|
1120
|
+
<item-change item="product_nature_variants#coop:nikeyl_5_l" sub_type="plant_medicine"/>
|
1121
|
+
<item-change item="product_nature_variants#coop:presite_sx_300_gr" sub_type="plant_medicine"/>
|
1122
|
+
<item-change item="product_nature_variants#coop:prosaro_5_l" sub_type="plant_medicine"/>
|
1123
|
+
<item-change item="product_nature_variants#coop:technomousse_500_ml" sub_type="plant_medicine"/>
|
1124
|
+
<item-change item="product_nature_variants#fungicide" sub_type="plant_medicine"/>
|
1125
|
+
<item-change item="product_nature_variants#granulated_insecticide_12" sub_type="plant_medicine"/>
|
1126
|
+
<item-change item="product_nature_variants#growth_regulator" sub_type="plant_medicine"/>
|
1127
|
+
<item-change item="product_nature_variants#helianthus_herbicide" sub_type="plant_medicine"/>
|
1128
|
+
<item-change item="product_nature_variants#herbicide" sub_type="plant_medicine"/>
|
1129
|
+
<item-change item="product_nature_variants#insecticide" sub_type="plant_medicine"/>
|
1130
|
+
<item-change item="product_nature_variants#molluscicide" sub_type="plant_medicine"/>
|
1131
|
+
<item-change item="product_nature_variants#nematicide" sub_type="plant_medicine"/>
|
1132
|
+
<item-change item="product_nature_variants#other_herbicide" sub_type="plant_medicine"/>
|
1133
|
+
<item-change item="product_nature_variants#poaceae_fungicide" sub_type="plant_medicine"/>
|
1134
|
+
<item-change item="product_nature_variants#poaceae_herbicide" sub_type="plant_medicine"/>
|
1135
|
+
<item-change item="product_nature_variants#zea_herbicide" sub_type="plant_medicine"/>
|
1136
|
+
</migration>
|