~camptocamp/c2c-rd-addons/8.0a

« back to all changes in this revision

Viewing changes to account_payment_extension/account_move_line.py

improved logging, improved import structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
21
#
22
22
##############################################################################
23
 
 
24
 
import netsvc
25
23
from osv import fields, osv
26
24
 
27
25
class account_move_line(osv.osv):