~extra-addons-commiter/e-commerce-addons/7.0

« back to all changes in this revision

Viewing changes to base_sale_multichannels/connector.py

  • Committer: Guewen Baconnier
  • Date: 2013-01-14 07:40:50 UTC
  • mfrom: (231.1.12 e-commerce-addons)
  • Revision ID: guewen.baconnier@camptocamp.com-20130114074050-kitvv6l8hiojxo6f
[MRG] from lp:~extra-addons-commiter/e-commerce-addons/trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
###############################################################################
 
3
#                                                                             #
 
4
#   product_custom_attributes for OpenERP                                     #
 
5
#   Copyright (C) 2012 Camptocamp Alexandre Fayolle  <alexandre.fayolle@camptocamp.com>  #
 
6
#   Copyright (C) 2012 Akretion Sebastien Beau <sebastien.beau@akretion.com>  #
 
7
#                                                                             #
 
8
#   This program is free software: you can redistribute it and/or modify      #
 
9
#   it under the terms of the GNU Affero General Public License as            #
 
10
#   published by the Free Software Foundation, either version 3 of the        #
 
11
#   License, or (at your option) any later version.                           #
 
12
#                                                                             #
 
13
#   This program is distributed in the hope that it will be useful,           #
 
14
#   but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 
15
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 
16
#   GNU Affero General Public License for more details.                       #
 
17
#                                                                             #
 
18
#   You should have received a copy of the GNU Affero General Public License  #
 
19
#   along with this program.  If not, see <http://www.gnu.org/licenses/>.     #
 
20
#                                                                             #
 
21
###############################################################################
 
22
 
 
23
from base_external_referentials.connector import AbstractConnector
 
24
 
 
25
class BaseConnector(AbstractConnector):
 
26
    def _get_import_defaults_res_partner(self, cr, uid, context=None):
 
27
        pass
 
28
    def _get_import_defaults_res_partner(self, cr, uid, context=None):
 
29
        pass
 
30
    def _get_import_defaults_external_shop_group(self, cr, uid, context=None):
 
31
        pass
 
32
 
 
33
    def _get_import_defaults_sale_order(self, cr, uid, context=None):
 
34
        pass
 
35
 
 
36
    def _record_one_sale_order(self, cr, uid, res_obj, resource, defaults, context):
 
37
        pass