index.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <section class="oe_container oe_dark">
  2. <div class="oe_row oe_spaced">
  3. <h2 class="oe_slogan">Pricelist Grid</h2>
  4. <h3 class="oe_slogan">All pricelists at once in the product form</h3>
  5. <div class="oe_span6">
  6. <img class="oe_picture oe_screenshot" src="product.png">
  7. </div>
  8. <div class="oe_span6">
  9. <p class="oe_mt32">
  10. Fill all your pricelists directly in your product form.
  11. <br/>
  12. <br/>
  13. The prices are defined with absolute values.
  14. <br/>
  15. <br/>
  16. Use Case: you only want to apply an absolute price whatever other prices.
  17. </p>
  18. </div>
  19. </div>
  20. </section>
  21. <section class="oe_container">
  22. <div class="oe_row oe_spaced">
  23. <h2 class="oe_slogan">Pricelist Version</h2>
  24. <h3 class="oe_slogan">All products within version</h3>
  25. <div class="oe_span6">
  26. <p class="oe_mt32">
  27. You may also create absolute prices from the pricelist version.
  28. </p>
  29. </div>
  30. <div class="oe_span6">
  31. <img class="oe_picture oe_screenshot" src="mass.png">
  32. </div>
  33. </div>
  34. </section>
  35. <section class="oe_container oe_dark">
  36. <div class="oe_row oe_spaced">
  37. <h2 class="oe_slogan">Pricelist Configuration</h2>
  38. <h3 class="oe_slogan">Product Price Grid</h3>
  39. <div class="oe_span6">
  40. <p class="oe_mt32">
  41. Define in the pricelist if the price items are filled from product form
  42. with a grid of specific values for each product.
  43. </p>
  44. </div>
  45. <div class="oe_span6">
  46. <img class="oe_picture oe_screenshot" src="pricelist.png">
  47. </div>
  48. </div>
  49. </section>
  50. <section class="oe_container">
  51. <div class="oe_picture oe_screenshot">
  52. <a href="http://www.akretion.com/blog">
  53. <img src="akretion.png">
  54. </a>
  55. </div>
  56. </section>