odoo icon indicating copy to clipboard operation
odoo copied to clipboard

[IMP] web_editor: handle advanced table edition

Open Zynton opened this issue 2 years ago • 2 comments

This adds many improvements to table editing in Odoo Editor, as well as some styling improvements.

New features :

  • Rectangular cell selection
  • Changing the color of a cell
  • Buttons to add/remove/move rows/columns
  • Resize rows/columns

task-2858455

-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Zynton avatar May 24 '22 15:05 Zynton

This PR adds quite a lot of loc that are extremely specific to tables. Maybe we should explore options to separate them into different files ? It can be done post merge but I think you know what I mean. It would be great to have all things related to tables inside one or multiple files that only handle specific table behaviors.

dmo-odoo avatar Jul 28 '22 09:07 dmo-odoo

@dmo-odoo Done! I made some of the changes discussed in new commits and squashed what should be squashed.

Zynton avatar Aug 25 '22 14:08 Zynton

@robodoo rebase-merge r+

dmo-odoo avatar Aug 26 '22 09:08 dmo-odoo

Merge method set to rebase and merge, using the PR as merge commit message.

robodoo avatar Aug 26 '22 09:08 robodoo