Giter Site home page Giter Site logo

Commissions for Website Sales about commission HOT 6 CLOSED

oca avatar oca commented on September 26, 2024
Commissions for Website Sales

from commission.

Comments (6)

pedrobaeza avatar pedrobaeza commented on September 26, 2024

For now that option is not taking into account, but it would be easy to intercept method that creates the sale order line and inject commission values. Maybe you can contribute with this website_sale_commission module.

from commission.

Cywaithaka avatar Cywaithaka commented on September 26, 2024

I tried extending the _website_product_id_change function in sale_order with no success.

class SaleOrder(osv.Model):
    _inherit = "sale.order"
    def _website_product_id_change(self, cr, uid, ids, order_id, product_id, qty=0, line_id=None, context=None):
        res = super(SaleOrder,self)._website_product_id_change(cr, uid, ids, order_id, product_id, qty=qty, line_id=line_id, context=None)
        line = self.pool.get('sale.order.line').browse(cr, SUPERUSER_ID, line_id, context=context)
        res['commissions'] = line._default_commissions()
        return res

Since the function that populates the commissions is called as a default value, could there be a reason why this default does not apply when the sale order line is created from the website? That is, using the sale_commission module as it is.

from commission.

pedrobaeza avatar pedrobaeza commented on September 26, 2024

I think it should be line._default_agents, but I haven't tried.

from commission.

Cywaithaka avatar Cywaithaka commented on September 26, 2024

I have created a repo for the module here https://github.com/Cywaithaka/website_sale_commission/tree/master. Hope we can have other people to contribute. What I have tried so far has not worked.

from commission.

Cywaithaka avatar Cywaithaka commented on September 26, 2024

Hi @pedrobaeza Apologies, I was using @savoirfairelinux branch (8.0_sale_commission_multiple) from here https://github.com/savoirfairelinux/commission/tree/8.0_sale_commission_multiple/sale_commission and I notice there are some naming differences with the main branch. This is why I used line._default_commissions

from commission.

pedrobaeza avatar pedrobaeza commented on September 26, 2024

Closing the same as the PR as explained there.

from commission.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.