Giter Site home page Giter Site logo

Error when editing invoice lines about commission HOT 6 CLOSED

oca avatar oca commented on September 26, 2024
Error when editing invoice lines

from commission.

Comments (6)

pedrobaeza avatar pedrobaeza commented on September 26, 2024

This kind of errors happens on the web client side, so there's nothing to do with the current commission code to solve it, but it will be more predictable if we don't use a one2many inside another one2many. Is there something that you figure out for avoiding this one2many?

from commission.

ivantodorovich avatar ivantodorovich commented on September 26, 2024

Hmm..

To avoid it
I've saw a comment from you in a PR, suggesting to hide commissions lines from invoices with a security group. It's isn't really a fix, but it would avoid errors showing up 99.99% of the times. Since it's almost never needed to edit invoice line comissions manually.

To possible fix it

Maybe we can show a tags-like field where each tag represents a combination of agent and commission. There could be a small button to open a wizard an edit agent lines. I don't know if its possible, though.

Another way to avoid it..

Our use case for commissions is a lot simpler than what's implemented. For instance, we should never set more than 1 commission per invoice line.
Also the agent is a constant in every line, it's only set on a sales order / invoice level.

Maybe we could split this module in 2, provinding a more simple and general approach in the base module and support for multiple agent lines per invoice line in another module.

Again, this isn't a fix. It's rather a workaround for companies that don't need complex commission schemes.

from commission.

pedrobaeza avatar pedrobaeza commented on September 26, 2024

Yeah, they're workarounds (the last 2, the first one is only to hide the elements) and some of them not easily feasible, but we should find a solution. Let's think a bit more...

from commission.

ivantodorovich avatar ivantodorovich commented on September 26, 2024

No great ideas from this brain, right now. Maybe something will come up in my sleep.

For now, I'll investigate how security groups work and make a PR, since our company needs some kind of workaround to this error. I mean, hiding is enough to avoid it, right? Or will it still raise errors?

from commission.

ivantodorovich avatar ivantodorovich commented on September 26, 2024

Related #49 & #25 & #52

from commission.

ivantodorovich avatar ivantodorovich commented on September 26, 2024

#78 will probably solve it.

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.