Skip to content
Daniel M edited this page Nov 13, 2017 · 71 revisions

Technical method to propose odoomrp-wip addon in a OCA repo of your choice: Example with product_attribute_types addon:

git clone git@github.com:OCA/product-attribute.git -b 8.0 (target OCA branch)
cd product-attribute
git remote add odoomrp-wip git@github.com:odoomrp/odoomrp-wip.git
git fetch odoomrp-wip
git checkout odoomrp-wip/8.0 -b my_working_branch
module=product_attribute_types
git filter-branch --subdirectory-filter $module # (This keeps and rewrites the history only for the selected folder.)
git filter-branch -f --tree-filter "mkdir -pv $module ; git mv -k * $module" HEAD
git rebase 8.0

Push this new branch into your OCA repo fork and propose the PR.

This page is a list of modules ready to be moved to an OCA repository.

For https://github.com/OCA/crm

  • crm_claim_code Available at OCA
  • crm_claim_corrective
  • crm_claim_extra_ref
  • crm_claim_links
  • crm_claim_ref_search
  • crm_lead_marketing_info

For https://github.com/OCA/manufacture

  • machine_manager OCA PR
  • machine_purchase
  • machine_purchase_asset
  • mrp_bom_by_percentage
  • mrp_bom_catch_product_code
  • mrp_bom_component_change
  • mrp_bom_note Available at OCA
  • mrp_bom_through_attributes by @rdeheele
  • mrp_bom_version Available at OCA
  • mrp_byproduct_operations
  • mrp_final_product_lot
  • mrp_lot_reserve
  • mrp_machine_relation
  • mrp_manufacturing_order_sale_line OCA PR
  • mrp_operations_extension
  • mrp_operations_project
  • mrp_operations_time_control
  • mrp_operations_traceability
  • mrp_operation_with_quality_test
  • mrp_packaging
  • mrp_packaging_project_link
  • mrp_packaging_quant_manual_assign
  • mrp_partner_note
  • mrp_production_add_middle_stuff
  • mrp_production_add_middle_stuff_lot
  • mrp_production_add_middle_stuff_operations
  • mrp_production_capacity
  • mrp_production_editable_scheduled_products
  • mrp_production_note Available at OCA
  • mrp_production_project_estimated_cost Renamed to mrp_production_estimated_cost and available at OCA
  • mrp_production_quant_report
  • mrp_production_real_costs Renamed to mrp_production_real_cost and available at OCA
  • mrp_production_sale_info
  • mrp_production_traceability
  • mrp_product_variants by @rdeheele
  • mrp_product_variants_operations by @rdeheele
  • mrp_product_variants_types by @rdeheele
  • mrp_project_link Renamed to mrp_project and available at OCA
  • mrp_repair_analytic
  • mrp_stock_info
  • mrp_stock_location_route_fix
  • mrp_stock_quant_shortcut
  • mrp_subcontracting
  • mrp_wizard_filter_task

For https://github.com/OCA/partner-contact

  • partner_address_type_default
  • partner_control_fields_view
  • partner_group
  • partner_risk_insurance

For https://github.com/OCA/manufacture

  • procurement_manager
  • procurement_mrp_no_confirm
  • procurement_orderpoint_no_confirm
  • procurement_plan
  • procurement_plan_mrp
  • procurement_plan_project
  • procurement_purchase_forecast
  • procurement_sale_forecast

For https://github.com/OCA/product-attribute

  • product_attribute_types OCA PR by @rdeheele renamed to product_attribute_multi_type
  • product_attribute_types_views by @rdeheele
  • product_attribute_value_combination_conditions
  • product_attribute_views by @rdeheele
  • product_category_in_header
  • product_expiry_ext
  • product_last_mrp_info
  • product_last_price_info (Discarded)
  • product_packaging_number
  • product_packaging_through_attributes by @rdeheele
  • product_packaging_views
  • product_price_history
  • product_pricelist_import
  • product_pricelist_partnerinfo
  • product_pricelist_rules
  • product_purchase_warrant
  • product_secondary_unit
  • product_stock_info
  • product_supplierinfo_for_customer
  • product_suppliers_from_category
  • product_template_reassign
  • product_type
  • product_uom_change_fix
  • product_variant_default_code by @rdeheele
  • product_variants_no_automatic_creation - Renamed to product_variant_auto_creation_selectable OCA PR
  • product_variants_types by @rdeheele

For https://github.com/OCA/purchase-workflow

  • purchase_homologation
  • purchase_landed_cost
  • purchase_last_price_info Available at OCA
  • purchase_mrp_project_link
  • purchase_order_allowed_product
  • purchase_order_allowed_product_template
  • purchase_order_allowed_product_with_customersupplierinfo
  • purchase_order_last_prices
  • purchase_order_line_form_button
  • purchase_order_line_stock_available
  • purchase_packaging_info
  • purchase_pricelist_partnerinfo
  • purchase_pricelist_rules
  • purchase_product_menu
  • purchase_product_price_history
  • purchase_product_supplierinfo
  • purchase_product_variants by @rdeheele
  • purchase_requisition_display_order_line
  • purchase_requisition_order_generator
  • purchase_secondary_unit
  • purchase_stock_quant_shortcut

For https://github.com/OCA/manufacture

  • quality_control Available at OCA
  • quality_control_between_dates
  • quality_control_claim
  • quality_control_force_valid
  • quality_control_hr
  • quality_control_mrp OCA PR
  • quality_control_mrp_operations
  • quality_control_samples OCA PR
  • quality_control_stock Available at OCA
  • quality_control_tolerance

For https://github.com/OCA/sale-workflow

  • sale_delivery_date
  • sale_documents_comments
  • sale_invoice_group
  • sale_last_price_info Available at OCA
  • sale_mrp_project_link
  • sale_order_allowed_product
  • sale_order_allowed_product_template
  • sale_order_last_prices
  • sale_order_line_dates
  • sale_order_line_form_button
  • sale_order_line_view
  • sale_order_recalculate_prices
  • sale_order_recalculate_prices_variants by @rdeheele
  • sale_order_taxes
  • sale_order_type Available at OCA
  • sale_packaging_info
  • sale_packaging_info_product_variants by @rdeheele
  • sale_pricelist_rules
  • sale_product_variants by @rdeheele
  • sale_product_variants_types by @rdeheele
  • sale_proforma_report
  • sale_stock_quant_shortcut
  • sale_taxes_breakdown
  • sale_uos_price

For https://github.com/OCA/product-variant

  • product_variant_cost Renamed to product_variant_cost_price available at OCA

For https://github.com/OCA/project-service

For https://github.com/OCA/stock-logistics-warehouse

  • stock_inventory_preparation_filters Renamed to stock_inventory_preparation_filter and available at OCA
  • stock_inventory_import OCA PR
  • stock_quant_merge OCA PR
  • stock_quant_manual_assign Available at OCA

For https://github.com/OCA/stock-logistics-workflow

  • stock_lock_lot OCA PR
  • mrp_lock_lot same PR as stock_lock_lot

To be sorted

  • account_invoice_line_stock_move_info
  • account_invoice_line_wave_info
  • account_treasury_forecast
  • account_treasury_forecast_banking
  • account_treasury_forecast_cashflow
  • account_treasury_forecast_cashflow_banking
  • base_partner_references
  • base_report_auto_create_qweb
  • delivery_partner_properties
  • l10n_eu_product_adr_report
  • project_partner_event_registration available at https://github.com/avanzosc/odoo-addons
  • project_task_code available at https://github.com/avanzosc/odoo-addons
  • raw_material_components
  • stock_disable_force_availability_button
  • stock_invoicing_type
  • stock_lot_note
  • stock_move_check_availability
  • stock_move_partner_info
  • stock_move_purchase_price
  • stock_packaging_info
  • stock_picking_carrier
  • stock_picking_customer_ref
  • stock_picking_delete_operations_packages_info
  • stock_picking_package_info
  • stock_picking_package_preparation_add_to_wave
  • stock_picking_taxes
  • stock_picking_visible_scheduled_date
  • stock_picking_wave_delete_operations_packages_info
  • stock_picking_wave_delivery
  • stock_picking_wave_management
  • stock_picking_wave_package_info
  • stock_purchase_unit
  • stock_quant_manual_assign_without_lock_lot
  • stock_quant_packages_moving_wizard
  • stock_quant_reservation_status
  • stock_quants_shortcuts
  • stock_quant_stock_info
  • stock_visible_cost available at https://github.com/avanzosc/odoo-addons
  • stock_warehouse_orderpoint_stock_info
  • warning_log

Clone this wiki locally