~sebastien.beau/e-commerce-addons/e-commerce-addons-invoice-payment-method

« back to all changes in this revision

Viewing changes to base_sale_multichannels/wizard/__init__.py

  • Committer: Alexis de Lattre
  • Date: 2012-09-20 17:52:17 UTC
  • mto: (269.1.53 e-commerce-addons)
  • mto: This revision was merged to the branch mainline in revision 273.
  • Revision ID: alexis@via.ecp.fr-20120920175217-c7050n7h3ws31il4
Move the export_product wizard to a dedicated module "base_sale_export_product". The goal of this modification is to have fewer options (so less potential errors) for users that only import from the webshop to OpenERP and never export from OpenERP to the webshop.

Add a module "base_sale_export_partner" that has the same functionnality as the "base_sale_export_product" but for partners instead of products.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
#
20
20
##############################################################################
21
 
import export_product
 
21
 
22
22
import import_order
23
23